新增小游戏:战略井字棋

This commit is contained in:
MrZ626
2020-11-15 11:15:26 +08:00
parent aed9fb8a24
commit c29a1e4c0d
8 changed files with 259 additions and 5 deletions

View File

@@ -531,6 +531,8 @@ return{
p15="15 Puzzle",
schulte_G="Schulte Grid",
pong="Pong",
AtoZ="A to Z",
UTTT="Ultimate Tic-Tac-Toe",
},
p15={
reset="Shuffle",

View File

@@ -530,6 +530,8 @@ return{
p15="15 Puzzle",
schulte_G="Grille de Schulte",
pong="Pong",
-- AtoZ="A to Z",
-- UTTT="Ultimate Tic-Tac-Toe",
},
p15={
reset="Réinitialiser",

View File

@@ -535,6 +535,8 @@ return{
p15="Puzzle-15",
schulte_G="Grilla Schulte",
pong="Pong",
-- AtoZ="A to Z",
-- UTTT="Ultimate Tic-Tac-Toe",
},
p15={
reset="Mezclar",

View File

@@ -463,11 +463,6 @@ return{
b3b="^^",
pc="#<>#",
},
minigame={
p15="15 Puzzle",
schulte_G="Schulte Grid",
pong="Pong",
},
p15={
reset="!@#$%",
color="~~~",

View File

@@ -534,6 +534,7 @@ return{
schulte_G="舒尔特方格",
pong="Pong",
AtoZ="A to Z",
UTTT="战略井字棋",
},
p15={
reset="打乱",
@@ -558,6 +559,9 @@ return{
keyboard="键盘",
reset="重置",
},
UTTT={
reset="重置",
},
savedata={
exportUnlock="导出地图进度",
exportData="导出统计数据",

View File

@@ -121,6 +121,8 @@ return{
p15="数字华容道",
schulte_G="舒尔特方格",
pong="弹球",
AtoZ="打字游戏",
UTTT="战略井字棋",
},
},
modes={