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

@@ -213,7 +213,7 @@ function scene.draw()
--Draw pen color
if pen>0 then
gc.setLineWidth(13)
gc.setColor(SKIN.libColor[pen])
gc.setColor(minoColor[pen])
gc.rectangle("line",565,495,70,70)
elseif pen==-1 then
gc.setLineWidth(5)