特化新的模式选择场景名
This commit is contained in:
@@ -252,7 +252,7 @@ return{
|
|||||||
sprint="Sprint",
|
sprint="Sprint",
|
||||||
marathon="Marathon",
|
marathon="Marathon",
|
||||||
},
|
},
|
||||||
mode={
|
modeExplorer={
|
||||||
mod="Mods (F1)",
|
mod="Mods (F1)",
|
||||||
},
|
},
|
||||||
mod={
|
mod={
|
||||||
|
|||||||
@@ -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={
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ return{
|
|||||||
dict="Zictionary",
|
dict="Zictionary",
|
||||||
-- replays="Replays",
|
-- replays="Replays",
|
||||||
},
|
},
|
||||||
mode={
|
modeExplorer={
|
||||||
mod="Mods (F1)",
|
mod="Mods (F1)",
|
||||||
},
|
},
|
||||||
mod={
|
mod={
|
||||||
|
|||||||
@@ -252,7 +252,7 @@ return{
|
|||||||
sprint="Balapan",
|
sprint="Balapan",
|
||||||
marathon="Maraton",
|
marathon="Maraton",
|
||||||
},
|
},
|
||||||
mode={
|
modeExplorer={
|
||||||
mod="Mod (F1)",
|
mod="Mod (F1)",
|
||||||
},
|
},
|
||||||
mod={
|
mod={
|
||||||
|
|||||||
@@ -241,7 +241,7 @@ return{
|
|||||||
sprint="Sprint",
|
sprint="Sprint",
|
||||||
marathon="Maratona",
|
marathon="Maratona",
|
||||||
},
|
},
|
||||||
mode={
|
modeExplorer={
|
||||||
mod="Mods (F1)",
|
mod="Mods (F1)",
|
||||||
},
|
},
|
||||||
mod={
|
mod={
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ return{
|
|||||||
dict="z",
|
dict="z",
|
||||||
replays="=~~~",
|
replays="=~~~",
|
||||||
},
|
},
|
||||||
mode={
|
modeExplorer={
|
||||||
mod="?!?!?!(F1)",
|
mod="?!?!?!(F1)",
|
||||||
},
|
},
|
||||||
mod={
|
mod={
|
||||||
|
|||||||
@@ -252,7 +252,7 @@ return{
|
|||||||
sprint="40行",
|
sprint="40行",
|
||||||
marathon="马拉松",
|
marathon="马拉松",
|
||||||
},
|
},
|
||||||
mode={
|
modeExplorer={
|
||||||
mod="Mods (F1)",
|
mod="Mods (F1)",
|
||||||
},
|
},
|
||||||
mod={
|
mod={
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ return{
|
|||||||
radar={"防","守","攻","送","速","挖"},
|
radar={"防","守","攻","送","速","挖"},
|
||||||
radarData={"防/分","守/分","攻/分","送/分","行/分","挖/分"},
|
radarData={"防/分","守/分","攻/分","送/分","行/分","挖/分"},
|
||||||
WidgetText={
|
WidgetText={
|
||||||
mode={
|
modeExplorer={
|
||||||
mod="模组(F1)",
|
mod="模组(F1)",
|
||||||
},
|
},
|
||||||
mod={
|
mod={
|
||||||
|
|||||||
@@ -250,7 +250,7 @@ return{
|
|||||||
sprint="冲刺",
|
sprint="冲刺",
|
||||||
marathon="马拉松赛跑",
|
marathon="马拉松赛跑",
|
||||||
},
|
},
|
||||||
mode={
|
modeExplorer={
|
||||||
mod="多重器官衰竭(F1)",
|
mod="多重器官衰竭(F1)",
|
||||||
sel="选择",
|
sel="选择",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -252,7 +252,7 @@ return{
|
|||||||
sprint="40行",
|
sprint="40行",
|
||||||
marathon="馬拉松",
|
marathon="馬拉松",
|
||||||
},
|
},
|
||||||
mode={
|
modeExplorer={
|
||||||
mod="Mods (F1)",
|
mod="Mods (F1)",
|
||||||
},
|
},
|
||||||
mod={
|
mod={
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user