Major sound effect update (closes #7?)

Sound effects can still be changed, and #7 can still be reopened.
This commit is contained in:
Ishaan Bhardwaj
2020-12-05 20:30:59 -05:00
parent 1f686fb5d4
commit 4afe9f2bd4
11 changed files with 19 additions and 9 deletions

View File

@@ -291,7 +291,7 @@ function PhantomMania2Game:setHoldOpacity()
if self.level > 1000 and self.level < 1300 then
love.graphics.setColor(1, 1, 1, 1 - math.min(1, self.hold_age / 15))
else
love.graphics.setColor(1, 1, 1, 1)
self.super:setHoldOpacity(1, self.held and 0.6 or 1)
end
end