增强玩家set20G方法,新增setHold方法并应用

This commit is contained in:
MrZ626
2020-11-10 19:56:20 +08:00
parent 7f8bc4ada9
commit c4f14809fe
4 changed files with 22 additions and 7 deletions

View File

@@ -393,7 +393,7 @@ function royaleLevelup()
P.gameEnv.drop=int(P.gameEnv.drop*.3)
if P.gameEnv.drop==0 then
P.curY=P.imgY
P:set20G()
P:set20G(true)
end
end
end