自定义场地新增智能画笔

This commit is contained in:
MrZ626
2021-03-12 12:12:45 +08:00
parent 392798d7f5
commit 29844c5716
6 changed files with 170 additions and 25 deletions

View File

@@ -449,6 +449,7 @@ return{
any="Erase",
space="×",
smartPen="Smart",
pushLine="Add Line(K)",
delLine="Del Line(L)",

View File

@@ -425,6 +425,8 @@ return{
any="Effacer",
space="×",
-- smartPen="Smart",
pushLine="Ajouter ligne (K)",
delLine="Supprimer ligne (L)",

View File

@@ -449,6 +449,7 @@ return{
any="Apagar",
space="×",
-- smartPen="Smart",
pushLine="Add Linha(K)",
delLine="Del Linha(L)",

View File

@@ -306,6 +306,8 @@ return{
any="_",
space="×",
smartPen="~",
pushLine="↑↑↑↑↑(K)",
delLine="==X==(L)",

View File

@@ -449,6 +449,8 @@ return{
any="不定",
space="×",
smartPen="智能",
pushLine="增加一行(K)",
delLine="消除行(L)",