修复mod选择界面文本显示错误和自定义场地按钮显示问题

This commit is contained in:
MrZ626
2020-12-04 21:43:27 +08:00
parent af59709b4c
commit b6a4412c7b
8 changed files with 7 additions and 6 deletions

View File

@@ -40,6 +40,11 @@ local publicWidgetText={
symbol="?????",
yygq="就这?",
},
custom_field={
b0="",b1="",b2="",b3="",b4="",b5="",b6="",b7="",
b8="",b9="",b10="",b11="",b12="",b13="",b14="",b15="",b16="",
b17="[ ]",b18="N",b19="B",b20="_",b21="_",b22="_",b23="_",b24="_",
},
mg_cubefield={},
}
local function langFallback(T0,T)

View File

@@ -393,7 +393,6 @@ return{
title="Custom Game",
subTitle="Field",
b17="[ ]",
any="Erase",
space="×",

View File

@@ -397,7 +397,6 @@ return{
title="Mode personnalisé",
subTitle="Matrice",
b17="[ ]",
any="Effacer",
space="×",
pushLine="Ajouter ligne (K)",

View File

@@ -396,7 +396,6 @@ return{
subTitle="Tablero",
b17="[ ]",
any="Borrar",
space="×",
pushLine="Añadir Línea (K)",

View File

@@ -314,7 +314,6 @@ return{
title="!@#$%^&*",
subTitle="!@#$%^&* [##]",
b17="[ ]",
any="_",
space="×",
pushLine="↑↑↑↑↑(K)",

View File

@@ -417,7 +417,6 @@ return{
title="自定义游戏",
subTitle="场地",
b17="[ ]",
any="不定",
space="×",
pushLine="增加一行(K)",

View File

@@ -233,7 +233,7 @@ end
local function setPen(i)return function()sceneTemp.pen=i end end
scene.widgetList={
WIDGET.newText{name="title", x=1020,y=5,font=70,align="R"},
WIDGET.newText{name="title", x=1020,y=5,font=70,align="R"},
WIDGET.newText{name="subTitle", x=1030,y=50,font=35,align="L",color="grey"},
WIDGET.newButton{name="b1", x=580, y=130,w=75,color=COLOR.red, code=setPen(1)},--B1

View File

@@ -143,6 +143,7 @@ function scene.Pnt()
gc.pop()
end
gc.setColor(1,1,1)
if sceneTemp.sel then
setFont(30)
gc.printf(text.modInfo[sceneTemp.sel],70,540,950)