修复mod选择界面文本显示错误和自定义场地按钮显示问题
This commit is contained in:
@@ -40,6 +40,11 @@ local publicWidgetText={
|
|||||||
symbol="?????",
|
symbol="?????",
|
||||||
yygq="就这?",
|
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={},
|
mg_cubefield={},
|
||||||
}
|
}
|
||||||
local function langFallback(T0,T)
|
local function langFallback(T0,T)
|
||||||
|
|||||||
@@ -393,7 +393,6 @@ return{
|
|||||||
title="Custom Game",
|
title="Custom Game",
|
||||||
subTitle="Field",
|
subTitle="Field",
|
||||||
|
|
||||||
b17="[ ]",
|
|
||||||
any="Erase",
|
any="Erase",
|
||||||
space="×",
|
space="×",
|
||||||
|
|
||||||
|
|||||||
@@ -397,7 +397,6 @@ return{
|
|||||||
title="Mode personnalisé",
|
title="Mode personnalisé",
|
||||||
subTitle="Matrice",
|
subTitle="Matrice",
|
||||||
|
|
||||||
b17="[ ]",
|
|
||||||
any="Effacer",
|
any="Effacer",
|
||||||
space="×",
|
space="×",
|
||||||
pushLine="Ajouter ligne (K)",
|
pushLine="Ajouter ligne (K)",
|
||||||
|
|||||||
@@ -396,7 +396,6 @@ return{
|
|||||||
|
|
||||||
subTitle="Tablero",
|
subTitle="Tablero",
|
||||||
|
|
||||||
b17="[ ]",
|
|
||||||
any="Borrar",
|
any="Borrar",
|
||||||
space="×",
|
space="×",
|
||||||
pushLine="Añadir Línea (K)",
|
pushLine="Añadir Línea (K)",
|
||||||
|
|||||||
@@ -314,7 +314,6 @@ return{
|
|||||||
title="!@#$%^&*",
|
title="!@#$%^&*",
|
||||||
subTitle="!@#$%^&* [##]",
|
subTitle="!@#$%^&* [##]",
|
||||||
|
|
||||||
b17="[ ]",
|
|
||||||
any="_",
|
any="_",
|
||||||
space="×",
|
space="×",
|
||||||
pushLine="↑↑↑↑↑(K)",
|
pushLine="↑↑↑↑↑(K)",
|
||||||
|
|||||||
@@ -417,7 +417,6 @@ return{
|
|||||||
title="自定义游戏",
|
title="自定义游戏",
|
||||||
subTitle="场地",
|
subTitle="场地",
|
||||||
|
|
||||||
b17="[ ]",
|
|
||||||
any="不定",
|
any="不定",
|
||||||
space="×",
|
space="×",
|
||||||
pushLine="增加一行(K)",
|
pushLine="增加一行(K)",
|
||||||
|
|||||||
@@ -233,7 +233,7 @@ end
|
|||||||
|
|
||||||
local function setPen(i)return function()sceneTemp.pen=i end end
|
local function setPen(i)return function()sceneTemp.pen=i end end
|
||||||
scene.widgetList={
|
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.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
|
WIDGET.newButton{name="b1", x=580, y=130,w=75,color=COLOR.red, code=setPen(1)},--B1
|
||||||
|
|||||||
@@ -143,6 +143,7 @@ function scene.Pnt()
|
|||||||
gc.pop()
|
gc.pop()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
gc.setColor(1,1,1)
|
||||||
if sceneTemp.sel then
|
if sceneTemp.sel then
|
||||||
setFont(30)
|
setFont(30)
|
||||||
gc.printf(text.modInfo[sceneTemp.sel],70,540,950)
|
gc.printf(text.modInfo[sceneTemp.sel],70,540,950)
|
||||||
|
|||||||
Reference in New Issue
Block a user