自定义可以启用deepDrop
This commit is contained in:
@@ -175,6 +175,7 @@ CUSTOMENV={--gameEnv for cutsom game
|
|||||||
minsdarr=0,
|
minsdarr=0,
|
||||||
sequence="bag",
|
sequence="bag",
|
||||||
ospin=true,
|
ospin=true,
|
||||||
|
deepDrop=false,
|
||||||
RS="TRS",
|
RS="TRS",
|
||||||
|
|
||||||
noTele=false,
|
noTele=false,
|
||||||
|
|||||||
@@ -439,6 +439,7 @@ return{
|
|||||||
noTele="No Teleportation",
|
noTele="No Teleportation",
|
||||||
RS="Rotation System",
|
RS="Rotation System",
|
||||||
ospin="O-Spin",
|
ospin="O-Spin",
|
||||||
|
deepDrop="Deep Drop",
|
||||||
target="Target",
|
target="Target",
|
||||||
visible="Visibility",
|
visible="Visibility",
|
||||||
freshLimit="Lock Reset Limit",
|
freshLimit="Lock Reset Limit",
|
||||||
|
|||||||
@@ -419,6 +419,7 @@ return{
|
|||||||
noTele="Pas de téléportation",
|
noTele="Pas de téléportation",
|
||||||
-- RS="Rotation System",
|
-- RS="Rotation System",
|
||||||
ospin="O-spin",
|
ospin="O-spin",
|
||||||
|
-- deepDrop="Deep Drop",
|
||||||
target="But",
|
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",
|
||||||
|
|||||||
@@ -439,6 +439,7 @@ return{
|
|||||||
noTele="Sem teleporte",
|
noTele="Sem teleporte",
|
||||||
RS="Sistema de rotação",
|
RS="Sistema de rotação",
|
||||||
ospin="O-Spin",
|
ospin="O-Spin",
|
||||||
|
-- deepDrop="Deep Drop",
|
||||||
target="Alvo",
|
target="Alvo",
|
||||||
visible="Visibilidade",
|
visible="Visibilidade",
|
||||||
freshLimit="Limite Reset de Trava",
|
freshLimit="Limite Reset de Trava",
|
||||||
|
|||||||
@@ -415,6 +415,7 @@ return{
|
|||||||
noTele="Sin Teleport",
|
noTele="Sin Teleport",
|
||||||
-- RS="Rotation System",
|
-- RS="Rotation System",
|
||||||
ospin="O-Spin",
|
ospin="O-Spin",
|
||||||
|
-- deepDrop="Deep Drop",
|
||||||
target="Objetivo",
|
target="Objetivo",
|
||||||
visible="Visibilidad",
|
visible="Visibilidad",
|
||||||
freshLimit="Límite de Reinicio LD",
|
freshLimit="Límite de Reinicio LD",
|
||||||
|
|||||||
@@ -296,6 +296,7 @@ return{
|
|||||||
noTele="X→→X",
|
noTele="X→→X",
|
||||||
RS="''?",
|
RS="''?",
|
||||||
ospin="O→Any",
|
ospin="O→Any",
|
||||||
|
deepDrop="\\↓↓/",
|
||||||
target="&=",
|
target="&=",
|
||||||
visible="?=",
|
visible="?=",
|
||||||
freshLimit="@",
|
freshLimit="@",
|
||||||
|
|||||||
@@ -439,6 +439,7 @@ return{
|
|||||||
noTele="禁止瞬移",
|
noTele="禁止瞬移",
|
||||||
RS="旋转系统",
|
RS="旋转系统",
|
||||||
ospin="O-spin",
|
ospin="O-spin",
|
||||||
|
deepDrop="穿墙软降",
|
||||||
target="目标行数",
|
target="目标行数",
|
||||||
visible="能见度",
|
visible="能见度",
|
||||||
freshLimit="锁延刷新限制",
|
freshLimit="锁延刷新限制",
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ scene.widgetList={
|
|||||||
WIDGET.newSwitch{name="fineKill", x=910, y=480, font=20,disp=lnk_CUSval("fineKill"), code=lnk_CUSrev("fineKill")},
|
WIDGET.newSwitch{name="fineKill", x=910, y=480, font=20,disp=lnk_CUSval("fineKill"), code=lnk_CUSrev("fineKill")},
|
||||||
WIDGET.newSwitch{name="b2bKill", x=910, y=550, font=20,disp=lnk_CUSval("b2bKill"), code=lnk_CUSrev("b2bKill")},
|
WIDGET.newSwitch{name="b2bKill", x=910, y=550, font=20,disp=lnk_CUSval("b2bKill"), code=lnk_CUSrev("b2bKill")},
|
||||||
WIDGET.newSwitch{name="easyFresh", x=910, y=620, font=20,disp=lnk_CUSval("easyFresh"),code=lnk_CUSrev("easyFresh")},
|
WIDGET.newSwitch{name="easyFresh", x=910, y=620, font=20,disp=lnk_CUSval("easyFresh"),code=lnk_CUSrev("easyFresh")},
|
||||||
|
WIDGET.newSwitch{name="deepDrop", x=910, y=690, font=20,disp=lnk_CUSval("deepDrop"),code=lnk_CUSrev("deepDrop")},
|
||||||
|
|
||||||
WIDGET.newSelector{name="RS", x=410, y=370, w=260,color="sea", list={"TRS","SRS","C2","C2sym","Classic","None"},disp=lnk_CUSval("RS"),code=lnk_CUSsto("RS")},
|
WIDGET.newSelector{name="RS", x=410, y=370, w=260,color="sea", list={"TRS","SRS","C2","C2sym","Classic","None"},disp=lnk_CUSval("RS"),code=lnk_CUSsto("RS")},
|
||||||
WIDGET.newSelector{name="visible", x=840, y=60, w=260,color="lBlue",list={"show","easy","slow","medium","fast","none"},disp=lnk_CUSval("visible"),code=lnk_CUSsto("visible")},
|
WIDGET.newSelector{name="visible", x=840, y=60, w=260,color="lBlue",list={"show","easy","slow","medium","fast","none"},disp=lnk_CUSval("visible"),code=lnk_CUSsto("visible")},
|
||||||
|
|||||||
Reference in New Issue
Block a user