20G移出gameEnv属性
This commit is contained in:
@@ -17,7 +17,6 @@ return{
|
||||
env={
|
||||
noTele=true,
|
||||
minarr=1,
|
||||
_20G=true,
|
||||
drop=0,lock=15,
|
||||
wait=15,fall=6,
|
||||
next=3,
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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],
|
||||
|
||||
@@ -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],
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user