删除自定义游戏的target设置项
This commit is contained in:
@@ -431,7 +431,6 @@ return{
|
|||||||
fieldH="Field height",
|
fieldH="Field height",
|
||||||
ospin="O-Spin",
|
ospin="O-Spin",
|
||||||
deepDrop="Deep Drop",
|
deepDrop="Deep Drop",
|
||||||
target="Target",
|
|
||||||
visible="Visibility",
|
visible="Visibility",
|
||||||
freshLimit="Lock Reset Limit",
|
freshLimit="Lock Reset Limit",
|
||||||
easyFresh="Normal Lock Reset",
|
easyFresh="Normal Lock Reset",
|
||||||
|
|||||||
@@ -405,7 +405,6 @@ return{
|
|||||||
-- fieldH="Field height",
|
-- fieldH="Field height",
|
||||||
ospin="O-spin",
|
ospin="O-spin",
|
||||||
-- deepDrop="Deep Drop",
|
-- deepDrop="Deep Drop",
|
||||||
target="But",
|
|
||||||
visible="Visibilité",
|
visible="Visibilité",
|
||||||
freshLimit="Limite de réinit. du délai de verrouillage",
|
freshLimit="Limite de réinit. du délai de verrouillage",
|
||||||
easyFresh="Réinit. de verrouillage normale",
|
easyFresh="Réinit. de verrouillage normale",
|
||||||
|
|||||||
@@ -431,7 +431,6 @@ return{
|
|||||||
-- fieldH="Field height",
|
-- fieldH="Field height",
|
||||||
ospin="O-Spin",
|
ospin="O-Spin",
|
||||||
-- deepDrop="Deep Drop",
|
-- deepDrop="Deep Drop",
|
||||||
target="Alvo",
|
|
||||||
visible="Visibilidade",
|
visible="Visibilidade",
|
||||||
freshLimit="Limite Reset de Trava",
|
freshLimit="Limite Reset de Trava",
|
||||||
easyFresh="Reset De Trava Normal",
|
easyFresh="Reset De Trava Normal",
|
||||||
|
|||||||
@@ -405,7 +405,6 @@ return{
|
|||||||
-- fieldH="Field height",
|
-- fieldH="Field height",
|
||||||
ospin="O-Spin",
|
ospin="O-Spin",
|
||||||
-- deepDrop="Deep Drop",
|
-- deepDrop="Deep Drop",
|
||||||
target="Objetivo",
|
|
||||||
visible="Visibilidad",
|
visible="Visibilidad",
|
||||||
freshLimit="Límite de Reinicio LD",
|
freshLimit="Límite de Reinicio LD",
|
||||||
easyFresh="Reinicio de Bloqueo Normal",
|
easyFresh="Reinicio de Bloqueo Normal",
|
||||||
|
|||||||
@@ -289,7 +289,6 @@ return{
|
|||||||
fieldH="↑[]↓",
|
fieldH="↑[]↓",
|
||||||
ospin="O→Any",
|
ospin="O→Any",
|
||||||
deepDrop="\\↓↓/",
|
deepDrop="\\↓↓/",
|
||||||
target="&=",
|
|
||||||
visible="?=",
|
visible="?=",
|
||||||
freshLimit="@",
|
freshLimit="@",
|
||||||
easyFresh="↓_↓_↓_",
|
easyFresh="↓_↓_↓_",
|
||||||
|
|||||||
@@ -430,7 +430,6 @@ return{
|
|||||||
fieldH="场地高度",
|
fieldH="场地高度",
|
||||||
ospin="O-spin",
|
ospin="O-spin",
|
||||||
deepDrop="深降",
|
deepDrop="深降",
|
||||||
target="目标行数",
|
|
||||||
visible="能见度",
|
visible="能见度",
|
||||||
freshLimit="锁延刷新限制",
|
freshLimit="锁延刷新限制",
|
||||||
easyFresh="普通刷新锁延",
|
easyFresh="普通刷新锁延",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
local sList={
|
local sList={
|
||||||
fieldH={1,2,3,4,6,8,10,15,20,30,50,100},
|
fieldH={1,2,3,4,6,8,10,15,20,30,50,100},
|
||||||
visible={"show","easy","slow","medium","fast","none"},
|
visible={"show","easy","slow","medium","fast","none"},
|
||||||
target={10,20,40,100,200,500,1000,1e99},
|
|
||||||
freshLimit={0,8,15,1e99},
|
freshLimit={0,8,15,1e99},
|
||||||
opponent={"X","9S Lv.1","9S Lv.2","9S Lv.3","9S Lv.4","9S Lv.5","CC Lv.1","CC Lv.2","CC Lv.3","CC Lv.4","CC Lv.5"},
|
opponent={"X","9S Lv.1","9S Lv.2","9S Lv.3","9S Lv.4","9S Lv.5","CC Lv.1","CC Lv.2","CC Lv.3","CC Lv.4","CC Lv.5"},
|
||||||
life={0,1,2,3,5,10,15,26,42,87,500},
|
life={0,1,2,3,5,10,15,26,42,87,500},
|
||||||
@@ -23,8 +22,7 @@ scene.widgetList={
|
|||||||
--Rule
|
--Rule
|
||||||
WIDGET.newSelector{name="fieldH", x=270, y=520, w=260,color="sky", list=sList.fieldH, disp=CUSval("fieldH"),code=CUSsto("fieldH")},
|
WIDGET.newSelector{name="fieldH", x=270, y=520, w=260,color="sky", list=sList.fieldH, disp=CUSval("fieldH"),code=CUSsto("fieldH")},
|
||||||
WIDGET.newSelector{name="visible", x=840, y=60, w=260,color="lBlue",list=sList.visible, disp=CUSval("visible"),code=CUSsto("visible")},
|
WIDGET.newSelector{name="visible", x=840, y=60, w=260,color="lBlue",list=sList.visible, disp=CUSval("visible"),code=CUSsto("visible")},
|
||||||
WIDGET.newSelector{name="target", x=840, y=160, w=260,color="green",list=sList.target, disp=CUSval("target"),code=CUSsto("target")},
|
WIDGET.newSelector{name="freshLimit",x=840, y=160, w=260,color="purple",list=sList.freshLimit, disp=CUSval("freshLimit"),code=CUSsto("freshLimit")},
|
||||||
WIDGET.newSelector{name="freshLimit",x=840, y=260, w=260,color="purple",list=sList.freshLimit, disp=CUSval("freshLimit"),code=CUSsto("freshLimit")},
|
|
||||||
WIDGET.newSelector{name="opponent", x=1120, y=60, w=260,color="red", list=sList.opponent, disp=CUSval("opponent"),code=CUSsto("opponent")},
|
WIDGET.newSelector{name="opponent", x=1120, y=60, w=260,color="red", list=sList.opponent, disp=CUSval("opponent"),code=CUSsto("opponent")},
|
||||||
WIDGET.newSelector{name="life", x=1120, y=160, w=260,color="red", list=sList.life, disp=CUSval("life"),code=CUSsto("life")},
|
WIDGET.newSelector{name="life", x=1120, y=160, w=260,color="red", list=sList.life, disp=CUSval("life"),code=CUSsto("life")},
|
||||||
WIDGET.newSelector{name="pushSpeed",x=1120, y=260, w=260,color="red", list=sList.pushSpeed, disp=CUSval("pushSpeed"),code=CUSsto("pushSpeed")},
|
WIDGET.newSelector{name="pushSpeed",x=1120, y=260, w=260,color="red", list=sList.pushSpeed, disp=CUSval("pushSpeed"),code=CUSsto("pushSpeed")},
|
||||||
|
|||||||
Reference in New Issue
Block a user