20G移出gameEnv属性

This commit is contained in:
MrZ626
2020-09-17 18:01:16 +08:00
parent 62099773f6
commit 3099043c62
9 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,6 @@ return{
env={
noTele=true,
minarr=1,
_20G=true,
drop=0,lock=15,
wait=15,fall=6,
next=3,

View File

@@ -6,7 +6,7 @@ local function check(P)
P.gameEnv.drop=.25
P.gameEnv.target=100
elseif T==100 then
P.gameEnv._20G=true
P._20G=true
P.gameEnv.target=200
else
P:win("finish")

View File

@@ -43,7 +43,7 @@ return{
env={
noTele=true,
das=6,arr=1,
_20G=true,
drop=0,
lock=death_lock[1],
wait=death_wait[1],
fall=death_fall[1],

View File

@@ -45,7 +45,7 @@ return{
env={
noTele=true,
das=9,arr=3,
_20G=true,
drop=0,
lock=rush_lock[1],
wait=rush_wait[1],
fall=rush_fall[1],

View File

@@ -43,7 +43,7 @@ return{
env={
noTele=true,
das=5,arr=1,
_20G=true,lock=12,
drop=0,lock=12,
wait=10,fall=10,
dropPiece=score,
freshLimit=15,

View File

@@ -13,7 +13,7 @@ end
return{
color=color.dRed,
env={
_20G=true,lock=60,
drop=0,lock=60,
freshLimit=15,
dropPiece=tech_check_hard,
bg="matrix",bgm="down",

View File

@@ -11,7 +11,7 @@ end
return{
color=color.red,
env={
_20G=true,lock=60,
drop=0,lock=60,
freshLimit=15,
dropPiece=tech_check_easy,
bg="matrix",bgm="down",