2048增加按钮操作,修复分数计算错误

This commit is contained in:
MrZ626
2021-01-08 01:18:53 +08:00
parent 783c3eced4
commit 96e1253030
3 changed files with 72 additions and 41 deletions

View File

@@ -611,6 +611,12 @@ return{
},
mg_2048={
blind="Blind",
tapControl="Tap control",
up="",
down="",
left="",
right="",
skip="Skip Round",
reset="Reset",
},

View File

@@ -615,6 +615,12 @@ return{
},
mg_2048={
blind="盲打",
tapControl="点击操作",
up="",
down="",
left="",
right="",
skip="跳过回合",
reset="重置",
},