攻击特效从全局改为玩家设置项一部分

This commit is contained in:
MrZ626
2021-04-11 02:18:01 +08:00
parent 5f02042124
commit e0c594c402
3 changed files with 9 additions and 8 deletions

View File

@@ -330,6 +330,7 @@ local function applyGameEnv(P)--Finish gameEnv processing
if ENV.clearFX==0 then ENV.clearFX=false end
if ENV.splashFX==0 then ENV.splashFX=false end
if ENV.shakeFX==0 then ENV.shakeFX=false end
if ENV.atkFX==0 then ENV.atkFX=false end
end
if ENV.ghost==0 then ENV.ghost=false end
if ENV.center==0 then ENV.center=false end