mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 09:59:03 -06:00
Small clean-up in PM2
This commit is contained in:
parent
f5873c97bc
commit
9df6bb9989
@ -287,7 +287,7 @@ function PhantomMania2Game:setHoldOpacity()
|
|||||||
if self.level > 1000 and self.level < 1300 then
|
if self.level > 1000 and self.level < 1300 then
|
||||||
love.graphics.setColor(1, 1, 1, 1 - math.min(1, self.hold_age / 15))
|
love.graphics.setColor(1, 1, 1, 1 - math.min(1, self.hold_age / 15))
|
||||||
else
|
else
|
||||||
self.super:setHoldOpacity(1, self.held and 0.6 or 1)
|
self.super:setHoldOpacity()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user