Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c
commit
5223d8f865
|
@ -296,7 +296,9 @@ function EnemyView:SetHighLight(isLight, eScale, dur, func)
|
||||||
self:DoScale(0.8, dur, func)
|
self:DoScale(0.8, dur, func)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
if self.isBoss then
|
||||||
|
eScale = 1
|
||||||
|
end
|
||||||
self:DoScale(eScale, dur, func)
|
self:DoScale(eScale, dur, func)
|
||||||
-- 颜色变灰
|
-- 颜色变灰
|
||||||
local sc = isLight and 0.3 or 1
|
local sc = isLight and 0.3 or 1
|
||||||
|
|
Loading…
Reference in New Issue