修改部分小游戏的进入单词,小游戏jgt内部名改为ten,新增小游戏tap

This commit is contained in:
MrZ626
2021-02-22 23:30:29 +08:00
parent 9083109ff1
commit 133d54597c
11 changed files with 95 additions and 11 deletions

View File

@@ -39,13 +39,14 @@ local function clearResult()
end
local eggInput={
["15p"]=goScene"mg_15p",
sltg=goScene"mg_schulteG",
grid=goScene"mg_schulteG",
pong=goScene"mg_pong",
atoz=goScene"mg_AtoZ",
uttt=goScene"mg_UTTT",
cbf=goScene"mg_cubefield",
cube=goScene"mg_cubefield",
["2048"]=goScene"mg_2048",
jgt=goScene"mg_jgt",
ten=goScene"mg_ten",
tap=goScene"mg_tap",
flag=function()
BG.setDefault("none")
BGM.setDefault(false)