新增小游戏:A to Z

This commit is contained in:
MrZ626
2020-11-13 22:40:18 +08:00
parent 78d7168913
commit 383b00d2c7
7 changed files with 132 additions and 0 deletions

View File

@@ -533,6 +533,7 @@ return{
p15="15 Puzzle",
schulte_G="舒尔特方格",
pong="Pong",
AtoZ="A to Z",
},
p15={
reset="打乱",
@@ -552,6 +553,10 @@ return{
pong={
reset="重置",
},
AtoZ={
level="关卡",
reset="重置",
},
savedata={
exportUnlock="导出地图进度",
exportData="导出统计数据",