Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
jiaoyangna 2021-04-28 00:25:39 +08:00
commit 5223d8f865
1 changed files with 3 additions and 1 deletions

View File

@ -296,7 +296,9 @@ function EnemyView:SetHighLight(isLight, eScale, dur, func)
self:DoScale(0.8, dur, func)
return
end
if self.isBoss then
eScale = 1
end
self:DoScale(eScale, dur, func)
-- 颜色变灰
local sc = isLight and 0.3 or 1