自定义界面显示序列模式,AI冲突条件修改
This commit is contained in:
@@ -38,6 +38,7 @@ local langList={
|
||||
|
||||
ai_fixed="不能同时开启AI和固定序列",
|
||||
ai_prebag="不能同时开启AI和自定义序列",
|
||||
ai_mission="不能同时开启AI和自定义任务",
|
||||
settingSaved="设置已保存",
|
||||
settingSavingError="设置保存失败:",
|
||||
keyMapSaved="键位设置已保存",
|
||||
@@ -456,7 +457,7 @@ local langList={
|
||||
back="返回",
|
||||
},
|
||||
account={
|
||||
username="测试",
|
||||
title="账户",
|
||||
},
|
||||
minigame={
|
||||
p15="15 Puzzle",
|
||||
@@ -620,6 +621,7 @@ local langList={
|
||||
|
||||
ai_fixed="不能同时开启电脑玩家和固定序列",
|
||||
ai_prebag="不能同时开启电脑玩家和自定义序列",
|
||||
ai_mission="不能同时开启电脑玩家和自定义任务",
|
||||
settingSaved="设置已保存",
|
||||
settingSavingError="设置保存失败:",
|
||||
keyMapSaved="键位设置已保存",
|
||||
@@ -631,7 +633,7 @@ local langList={
|
||||
recSavingError="纪录保存失败:",
|
||||
switchSpawnSFX="请开启方块出生音效",
|
||||
getRank="本局评级:",
|
||||
ranks={"D","C","B","A","S"},
|
||||
ranks={"菜","可","好","强","您"},
|
||||
|
||||
needRestart="重新开始以生效",
|
||||
copySuccess="已复制到剪切板",
|
||||
@@ -1040,7 +1042,7 @@ local langList={
|
||||
back="返回",
|
||||
},
|
||||
account={
|
||||
username="test",
|
||||
title="账户",
|
||||
},
|
||||
minigame={
|
||||
p15="15 Puzzle",
|
||||
@@ -1204,6 +1206,7 @@ local langList={
|
||||
|
||||
ai_fixed="The AI is incompatible with fixed sequences.",
|
||||
ai_prebag="The AI is incompatible with custom sequences.",
|
||||
ai_mission="The AI is incompatible with custom missions.",
|
||||
settingSaved="Settings Saved",
|
||||
settingSavingError="Failed to save settings:",
|
||||
keyMapSaved="Key settings saved",
|
||||
@@ -1614,7 +1617,7 @@ local langList={
|
||||
back="Back",
|
||||
},
|
||||
account={
|
||||
username="test",
|
||||
title="Account",
|
||||
},
|
||||
minigame={
|
||||
p15="15 Puzzle",
|
||||
@@ -1785,6 +1788,7 @@ local langList={
|
||||
|
||||
ai_fixed="X!!!",
|
||||
ai_prebag="X!!!",
|
||||
ai_mission="X!!!",
|
||||
settingSaved="~~~",
|
||||
settingSavingError="x!:",
|
||||
keyMapSaved="~~~",
|
||||
@@ -2202,7 +2206,7 @@ local langList={
|
||||
back="X",
|
||||
},
|
||||
account={
|
||||
username="test",
|
||||
title="@_@",
|
||||
},
|
||||
minigame={
|
||||
p15="15 Puzzle",
|
||||
@@ -2364,6 +2368,7 @@ local langList={
|
||||
|
||||
ai_fixed="不能同时开启AI和固定序列",
|
||||
ai_prebag="不能同时开启AI和自定义序列",
|
||||
ai_mission="不能同时开启电脑玩家和自定义任务",
|
||||
settingSaved="设置已保存",
|
||||
settingSavingError="设置保存失败:",
|
||||
keyMapSaved="键位设置已保存",
|
||||
@@ -2783,7 +2788,7 @@ local langList={
|
||||
back="返回",
|
||||
},
|
||||
account={
|
||||
username="test",
|
||||
title="账户",
|
||||
},
|
||||
minigame={
|
||||
p15="15 Puzzle",
|
||||
|
||||
@@ -181,8 +181,8 @@ local Widgets={
|
||||
customGame={
|
||||
newText({name="title", x=600,y=5,font=80,align="R"}),
|
||||
newText({name="subTitle", x=610,y=50,font=35,align="L",color="grey"}),
|
||||
newText({name="defSeq", x=450,y=550,color="grey",hide=function()return preBag[1]end}),
|
||||
newText({name="noMsn", x=730,y=550,color="grey",hide=function()return preMission[1]end}),
|
||||
newText({name="defSeq", x=330,y=550,align="L",color="grey",hide=function()return preBag[1]end}),
|
||||
newText({name="noMsn", x=610,y=550,align="L",color="grey",hide=function()return preMission[1]end}),
|
||||
|
||||
--Basic
|
||||
newSelector({name="drop", x=170, y=150,w=220,color="orange", list=CUSlist.drop, disp=CUSval("drop"),code=CUSsto("drop")}),
|
||||
@@ -660,7 +660,7 @@ local Widgets={
|
||||
newButton({name="back", x=640, y=620,w=200,h=80, font=35,code=BACK}),
|
||||
},
|
||||
account={
|
||||
newText({name="username", x=100,y=100,font=60}),
|
||||
newText({name="title", x=80,y=50,font=70,align="L"}),
|
||||
},
|
||||
minigame={
|
||||
newButton({name="p15", x=240, y=250,w=350,h=120,font=40,code=goScene("p15")}),
|
||||
|
||||
Reference in New Issue
Block a user