特化新的模式选择场景名

This commit is contained in:
MrZ626
2021-12-16 03:04:35 +08:00
parent b642f2b5c4
commit 0498beecdf
12 changed files with 11 additions and 11 deletions

View File

@@ -252,7 +252,7 @@ return{
sprint="Sprint", sprint="Sprint",
marathon="Marathon", marathon="Marathon",
}, },
mode={ modeExplorer={
mod="Mods (F1)", mod="Mods (F1)",
}, },
mod={ mod={

View File

@@ -219,7 +219,7 @@ return{
sprint="Sprint", sprint="Sprint",
marathon="Maratón", marathon="Maratón",
}, },
mode={ modeExplorer={
mod="Mods (F1)", mod="Mods (F1)",
}, },
mod={ mod={

View File

@@ -215,7 +215,7 @@ return{
dict="Zictionary", dict="Zictionary",
-- replays="Replays", -- replays="Replays",
}, },
mode={ modeExplorer={
mod="Mods (F1)", mod="Mods (F1)",
}, },
mod={ mod={

View File

@@ -252,7 +252,7 @@ return{
sprint="Balapan", sprint="Balapan",
marathon="Maraton", marathon="Maraton",
}, },
mode={ modeExplorer={
mod="Mod (F1)", mod="Mod (F1)",
}, },
mod={ mod={

View File

@@ -241,7 +241,7 @@ return{
sprint="Sprint", sprint="Sprint",
marathon="Maratona", marathon="Maratona",
}, },
mode={ modeExplorer={
mod="Mods (F1)", mod="Mods (F1)",
}, },
mod={ mod={

View File

@@ -142,7 +142,7 @@ return{
dict="z", dict="z",
replays="=~~~", replays="=~~~",
}, },
mode={ modeExplorer={
mod="?!?!?!(F1)", mod="?!?!?!(F1)",
}, },
mod={ mod={

View File

@@ -252,7 +252,7 @@ return{
sprint="40行", sprint="40行",
marathon="马拉松", marathon="马拉松",
}, },
mode={ modeExplorer={
mod="Mods (F1)", mod="Mods (F1)",
}, },
mod={ mod={

View File

@@ -50,7 +50,7 @@ return{
radar={"","","","","",""}, radar={"","","","","",""},
radarData={"防/分","守/分","攻/分","送/分","行/分","挖/分"}, radarData={"防/分","守/分","攻/分","送/分","行/分","挖/分"},
WidgetText={ WidgetText={
mode={ modeExplorer={
mod="模组(F1)", mod="模组(F1)",
}, },
mod={ mod={

View File

@@ -250,7 +250,7 @@ return{
sprint="冲刺", sprint="冲刺",
marathon="马拉松赛跑", marathon="马拉松赛跑",
}, },
mode={ modeExplorer={
mod="多重器官衰竭(F1)", mod="多重器官衰竭(F1)",
sel="选择", sel="选择",
}, },

View File

@@ -252,7 +252,7 @@ return{
sprint="40行", sprint="40行",
marathon="馬拉松", marathon="馬拉松",
}, },
mode={ modeExplorer={
mod="Mods (F1)", mod="Mods (F1)",
}, },
mod={ mod={

View File

@@ -59,7 +59,7 @@ function scene.keyDown(key,isRep)
if isRep then return true end if isRep then return true end
if key=='1'then if key=='1'then
if _testButton(1)then if _testButton(1)then
SCN.go('mode') SCN.go('modeExplorer')
end end
elseif key=='q'then elseif key=='q'then
if _testButton(2)then if _testButton(2)then