合并自定义游戏场景和自定义-高级场景,修改场景模块指定滚动距离的变量名

This commit is contained in:
MrZ626
2021-05-27 21:18:04 +08:00
parent 6a30651cc5
commit 7079061f22
15 changed files with 109 additions and 140 deletions

View File

@@ -16,8 +16,8 @@ function scene.draw()
end
scene.widgetList={
WIDGET.newText{name="system", x=750,y=280,color='Z',font=30,align='L',fText=SYSTEM},
WIDGET.newText{name="version", x=950,y=280,color='Z',font=30,align='L',fText=VERSION.string},
WIDGET.newText{name="system", x=750,y=280,color='Z',align='L',fText=SYSTEM},
WIDGET.newText{name="version", x=950,y=280,color='Z',align='L',fText=VERSION.string},
WIDGET.newButton{name="sprint", x=260,y=480,w=260,font=50,code=function()loadGame('sprint_40l',true)end},
WIDGET.newButton{name="marathon",x=640,y=480,w=260,font=50,code=function()loadGame('marathon_n',true)end},
WIDGET.newButton{name="setting",x=1000,y=400,w=120,fText="...",font=50,code=goScene'setting_game'},