改正一处临时变量没有local
This commit is contained in:
@@ -131,7 +131,7 @@ function update.alive(P,dt)
|
||||
end
|
||||
|
||||
if GAME.modeEnv.royaleMode then
|
||||
v=P.swappingAtkMode
|
||||
local v=P.swappingAtkMode
|
||||
if P.keyPressing[9]then
|
||||
P.swappingAtkMode=min(v+2,30)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user