【踏碎凌霄】boss不再放大

(cherry picked from commit c391b5885e)
dev_chengFeng
gaoxin 2021-04-28 00:21:31 +08:00 committed by ZhangBiao
parent f2684e25d5
commit c70840f7db
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