微调游戏中重开和暂停按钮位置
This commit is contained in:
@@ -239,8 +239,8 @@ function scene.draw()
|
||||
gc.pop()
|
||||
end
|
||||
scene.widgetList={
|
||||
WIDGET.newKey{name="restart",fText="R",x=410,y=40,w=60,font=40,code=restart},
|
||||
WIDGET.newKey{name="pause",fText="II",x=870,y=40,w=60,font=40,code=function()pauseGame()end},
|
||||
WIDGET.newKey{name="restart",fText="R",x=380,y=35,w=60,font=40,code=restart},
|
||||
WIDGET.newKey{name="pause",fText="II",x=900,y=35,w=60,font=40,code=function()pauseGame()end},
|
||||
}
|
||||
|
||||
return scene
|
||||
Reference in New Issue
Block a user