SKIN.libColor改名为minoColor并且从SKIN模块移到list

This commit is contained in:
MrZ626
2021-03-04 15:14:50 +08:00
parent ecf899f610
commit 088800c769
11 changed files with 37 additions and 36 deletions

View File

@@ -46,7 +46,7 @@ end
function scene.draw()
setFont(25)
local _,__=SKIN.libColor,SETTING.skin
local _,__=minoColor,SETTING.skin
local A,B=form.A1,form.A2
for x=1,7 do
gc.setColor(_[__[x]])