继续替换一些菜单里的图标为字体内图标

This commit is contained in:
MrZ626
2021-10-15 00:27:35 +08:00
parent faf25008f9
commit 07eecc860f
11 changed files with 13 additions and 19 deletions

View File

@@ -434,7 +434,6 @@ return{
setting_skin={
skinSet="Block Skin",
title="Layout Settings",
spin1="R",spin2="R",spin3="R",spin4="R",spin5="R",spin6="R",spin7="R",
skinR="Reset Colors",
faceR="Reset Dir.",
},

View File

@@ -399,7 +399,6 @@ return{
setting_skin={
-- skinSet="Block Skin",
title="Disposition",
spin1="R",spin2="R",spin3="R",spin4="R",spin5="R",spin6="R",spin7="R",
skinR="Réinit. Couleur",
faceR="Réinit. Orient.",
},

View File

@@ -423,7 +423,6 @@ return{
setting_skin={
-- skinSet="Block Skin",
title="Config. Layout",
spin1="R",spin2="R",spin3="R",spin4="R",spin5="R",spin6="R",spin7="R",
skinR="Reset Cor",
faceR="Reset Dir.",
},

View File

@@ -434,7 +434,6 @@ return{
setting_skin={
skinSet="方块皮肤",
title="外观设置",
spin1="R",spin2="R",spin3="R",spin4="R",spin5="R",spin6="R",spin7="R",
skinR="重置配色",
faceR="重置方向",
},

View File

@@ -70,9 +70,6 @@ return{
sddas="首次软降延迟",sdarr="软降重复延迟",
ihs="提前暂存",
},
setting_skin={
spin1="",spin2="",spin3="",spin4="",spin5="",spin6="",spin7="",
},
customGame={
mod="模组(F1)",

View File

@@ -493,7 +493,7 @@ scene.widgetList={
WIDGET.newButton{name="copy", x=730, y=530,w=120,color='lR',font=60,fText=CHAR.icon.export,code=pressKey"cC"},
WIDGET.newButton{name="paste", x=860, y=530,w=120,color='lB',font=60,fText=CHAR.icon.import,code=pressKey"cV"},
WIDGET.newButton{name="clear", x=990, y=530,w=120,color='Z', font=90,fText=CHAR.key.clear,code=pressKey"delete"},
WIDGET.newButton{name="clear", x=990, y=530,w=120,color='Z', font=70,fText=CHAR.icon.trash,code=pressKey"delete"},
WIDGET.newSwitch{name="demo", x=755, y=640,lim=220,disp=function()return demo end,code=function()demo=not demo end},
WIDGET.newButton{name="newPg", x=100, y=110,w=160,h=110,color='N', font=20,code=pressKey"n"},

View File

@@ -236,7 +236,7 @@ scene.widgetList={
WIDGET.newKey{name="right", x=900, y=440,w=90, color='lG',font=55,code=pressKey"right", fText=CHAR.key.right},
WIDGET.newKey{name="ten", x=1000,y=440,w=90, color='lG',font=55,code=pressKey"ten", fText=CHAR.key.macTab},
WIDGET.newKey{name="backsp", x=1000,y=540,w=90, color='lY',font=55,code=pressKey"backspace",fText=CHAR.key.backspace_or_delete},
WIDGET.newKey{name="reset", x=1000,y=640,w=90, color='lY',font=60,code=pressKey"delete", fText=CHAR.key.clear},
WIDGET.newKey{name="reset", x=1000,y=640,w=90, color='lY',font=50,code=pressKey"delete", fText=CHAR.icon.trash},
WIDGET.newButton{name="copy", x=1140,y=440,w=170,h=80,color='lR',font=50,code=pressKey"cC", fText=CHAR.icon.export,hideF=function()return #MISSION==0 end},
WIDGET.newButton{name="paste", x=1140,y=540,w=170,h=80,color='lB',font=50,code=pressKey"cV", fText=CHAR.icon.import},
WIDGET.newSwitch{name="mission",x=1150,y=340,lim=280,disp=CUSval('missionKill'),code=CUSrev('missionKill')},

View File

@@ -206,7 +206,7 @@ scene.widgetList={
WIDGET.newKey{name="right", x=760,y=460,w=80,color='lG',font=55,code=pressKey"right",fText=CHAR.key.right},
WIDGET.newKey{name="ten", x=840,y=460,w=80,color='lG',font=55,code=pressKey"ten",fText=CHAR.key.macTab},
WIDGET.newKey{name="backsp",x=920,y=460,w=80,color='lY',font=55,code=pressKey"backspace",fText=CHAR.key.backspace_or_delete},
WIDGET.newKey{name="reset", x=1000,y=460,w=80,color='lY',font=60,code=pressKey"delete",fText=CHAR.key.clear},
WIDGET.newKey{name="reset", x=1000,y=460,w=80,color='lY',font=50,code=pressKey"delete",fText=CHAR.icon.trash},
WIDGET.newKey{name="Z5", x=120,y=550,w=80,color='lH',font=65,code=pressKey(8),fText=CHAR.mino.Z5},
WIDGET.newKey{name="S5", x=200,y=550,w=80,color='lH',font=65,code=pressKey(9),fText=CHAR.mino.S5},

View File

@@ -23,7 +23,7 @@ scene.widgetList={
WIDGET.newButton{name="setting", x=1000,y=400,w=120,font=90,fText=CHAR.icon.settings,code=goScene'setting_game'},
WIDGET.newButton{name="lang", x=1000,y=560,w=120,font=90,fText=CHAR.icon.language,code=goScene'lang'},
WIDGET.newButton{name="manual", x=1160,y=400,w=120,fText=TEXTURE.sure,code=goScene'manual'},
WIDGET.newButton{name="quit", x=1160,y=560,w=120,font=60,fText=CHAR.icon.cross_thick,code=function()VOC.play('bye')SCN.swapTo('quit','slowFade')end},
WIDGET.newButton{name="quit", x=1160,y=560,w=120,font=60,fText=CHAR.key.macEsc,code=function()VOC.play('bye')SCN.swapTo('quit','slowFade')end},
}
return scene

View File

@@ -71,6 +71,7 @@ local function _playRep(fileName)
end
function scene.sceneInit()
BG.set()
sure=0
listBox:setList(REPLAY)
local hide=listBox:getLen()==0
@@ -161,7 +162,7 @@ scene.widgetList={
WIDGET.newButton{name="export",x=200,y=640,w=70,color='lG',code=pressKey"cC",font=50,fText=CHAR.icon.export},
WIDGET.newButton{name="import",x=300,y=640,w=70,color='lN',code=pressKey"cV",font=50,fText=CHAR.icon.import},
WIDGET.newButton{name="play", x=700,y=640,w=170,h=80,color='lY',code=pressKey"return",font=65,fText=CHAR.icon.play},
WIDGET.newButton{name="delete",x=850,y=640,w=80,h=80,color='lR',code=pressKey"delete",font=40,fText=CHAR.icon.cross_thick},
WIDGET.newButton{name="delete",x=850,y=640,w=80,h=80,color='lR',code=pressKey"delete",font=50,fText=CHAR.icon.trash},
WIDGET.newButton{name="back", x=1140,y=640,w=170,h=80,font=60,fText=CHAR.icon.back,code=backScene},
}

View File

@@ -91,13 +91,13 @@ scene.widgetList={
WIDGET.newButton{name="next6", x=830,y=440,w=80,h=65,fText="",code=function()_nextSkin(6)end},
WIDGET.newButton{name="next7", x=970,y=440,w=80,h=65,fText="",code=function()_nextSkin(7)end},
WIDGET.newButton{name="spin1", x=130,y=540,w=80,h=65,code=function()_nextDir(1)end},
WIDGET.newButton{name="spin2", x=270,y=540,w=80,h=65,code=function()_nextDir(2)end},
WIDGET.newButton{name="spin3", x=410,y=540,w=80,h=65,code=function()_nextDir(3)end},
WIDGET.newButton{name="spin4", x=550,y=540,w=80,h=65,code=function()_nextDir(4)end},
WIDGET.newButton{name="spin5", x=690,y=540,w=80,h=65,code=function()_nextDir(5)end},
WIDGET.newButton{name="spin6", x=825,y=540,w=80,h=65,code=function()_nextDir(6)end},
WIDGET.newButton{name="spin7", x=970,y=540,w=80,h=65,code=function()_nextDir(7)end},
WIDGET.newButton{name="spin1", x=130,y=540,w=80,h=65,code=function()_nextDir(1)end,font=50,fText=CHAR.icon.retry_spin},
WIDGET.newButton{name="spin2", x=270,y=540,w=80,h=65,code=function()_nextDir(2)end,font=50,fText=CHAR.icon.retry_spin},
WIDGET.newButton{name="spin3", x=410,y=540,w=80,h=65,code=function()_nextDir(3)end,font=50,fText=CHAR.icon.retry_spin},
WIDGET.newButton{name="spin4", x=550,y=540,w=80,h=65,code=function()_nextDir(4)end,font=50,fText=CHAR.icon.retry_spin},
WIDGET.newButton{name="spin5", x=690,y=540,w=80,h=65,code=function()_nextDir(5)end,font=50,fText=CHAR.icon.retry_spin},
WIDGET.newButton{name="spin6", x=825,y=540,w=80,h=65,code=function()_nextDir(6)end,font=50,fText=CHAR.icon.retry_spin},
WIDGET.newButton{name="spin7", x=970,y=540,w=80,h=65,code=function()_nextDir(7)end,font=50,fText=CHAR.icon.retry_spin},
WIDGET.newButton{name="skinR", x=200,y=640,w=220,h=80,color='lV',font=35,
code=function()