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

@@ -1171,6 +1171,7 @@ end
local function applyGameEnv(P)--Finish gameEnv processing
local ENV=P.gameEnv
if ENV.drop==0 then P._20G=true end
P.dropDelay=ENV.drop
P.lockDelay=ENV.lock
@@ -1698,7 +1699,7 @@ function player.freshBlock(P,keepGhost,control,system)
local ENV=P.gameEnv
if not keepGhost and P.cur then
P.imgY=min(#P.field+1,P.curY)
if ENV._20G or P.keyPressing[7]and ENV.sdarr==0 then
if _20G or P.keyPressing[7]and ENV.sdarr==0 then
local _=P.imgY
--Move ghost to bottom
@@ -2417,7 +2418,7 @@ do--player.drop(P)--Place piece
end
--DropSpeed bonus
if P.gameEnv._20G then
if P._20G then
dropScore=dropScore*2
elseif P.gameEnv.drop<3 then
dropScore=dropScore*1.5