2048实装
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -612,6 +612,11 @@ return{
|
||||
mg_UTTT={
|
||||
reset="重置",
|
||||
},
|
||||
mg_2048={
|
||||
blind="盲打",
|
||||
skip="跳过回合",
|
||||
reset="重置",
|
||||
},
|
||||
savedata={
|
||||
exportUnlock="导出地图进度",
|
||||
exportData="导出统计数据",
|
||||
|
||||
Reference in New Issue
Block a user