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

@@ -738,7 +738,7 @@ return{
{"Minigame",
"minigame",
"other",
"Input these to play free minigames!\n\n15-Puzzle: 15p\nSchulte Grid: sltg\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\ncubefield: cbf",
"Input these to play free minigames!\n\n15-Puzzle: 15p\nSchulte Grid: sltg\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\ncubefield: cbf\n2048: 2048",
},

View File

@@ -740,7 +740,7 @@ return{
{"小游戏",
"minigame xiaoyouxi",
"other",
"输入以下词语,小游戏免费玩!\n\n15-Puzzle: 15p\nSchulte Grid: sltg\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\ncubefield: cbf",
"输入以下词语,小游戏免费玩!\n\n15-Puzzle: 15p\nSchulte Grid: sltg\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\ncubefield: cbf\n2048: 2048",
},
{"SFX",

View File

@@ -608,6 +608,11 @@ return{
keyboard="Keyboard",
reset="Reset",
},
mg_2048={
blind="Blind",
skip="Skip Round",
reset="Reset",
},
savedata={
exportUnlock="Export progress",
exportData="Export statistics",

View File

@@ -612,6 +612,11 @@ return{
mg_UTTT={
reset="重置",
},
mg_2048={
blind="盲打",
skip="跳过回合",
reset="重置",
},
savedata={
exportUnlock="导出地图进度",
exportData="导出统计数据",