优化玩家绘制,简化击杀标记

This commit is contained in:
MrZ626
2021-05-05 01:18:05 +08:00
parent 2ce1ca6bf8
commit e984ce39c3
2 changed files with 51 additions and 49 deletions

View File

@@ -334,6 +334,7 @@ local function applyGameEnv(P)--Finish gameEnv processing
if ENV.shakeFX==0 then ENV.shakeFX=false end
if ENV.atkFX==0 then ENV.atkFX=false end
if ENV.ghost==0 then ENV.ghost=false end
if ENV.grid==0 then ENV.grid=false end
if ENV.center==0 then ENV.center=false end
end
--------------------------</Libs>--------------------------