重构背景系统(每个背景使用独立文件),全局变量名整理
This commit is contained in:
@@ -12,7 +12,7 @@ end
|
||||
|
||||
function Pnt.setting_game()
|
||||
gc.setColor(1,1,1)
|
||||
gc.draw(blockSkin[int(Timer()*2)%16+1],590,540,Timer()%6.28319,2,nil,15,15)
|
||||
gc.draw(SKIN.curText[int(Timer()*2)%16+1],590,540,Timer()%6.28319,2,nil,15,15)
|
||||
end
|
||||
|
||||
WIDGET.init("setting_game",{
|
||||
|
||||
Reference in New Issue
Block a user