所有小游戏入口移至词典

This commit is contained in:
MrZ626
2020-12-14 22:33:36 +08:00
parent e2c29aabf8
commit 1f070f78e6
8 changed files with 53 additions and 60 deletions

View File

@@ -118,7 +118,6 @@ scene.widgetList={
WIDGET.newButton{name="quit", x=590,y=515,w=200,h=90,color="grey", font=40,code=function()VOC.play("bye")SCN.swapTo("quit","slowFade")end},
WIDGET.newKey{name="music", x=150,y=610,w=200,h=60,color="red", code=WIDGET.lnk_goScene("music")},
WIDGET.newKey{name="sound", x=370,y=610,w=200,h=60,color="green", code=WIDGET.lnk_goScene("sound")},
WIDGET.newKey{name="minigame", x=590,y=610,w=200,h=60,color="blue", code=WIDGET.lnk_goScene("minigame")},
}
return scene