2048实装

This commit is contained in:
MrZ626
2021-01-07 22:58:01 +08:00
parent 3efda7ce74
commit 15cedd71b6
6 changed files with 397 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ local eggInput={
atoz=goScene"mg_AtoZ",
uttt=goScene"mg_UTTT",
cbf=goScene"mg_cubefield",
["2048"]=goScene"mg_2048",
flag=function()
BG.setDefault("none")
BGM.setDefault(false)