Removed modes from core game to create modpack. Check README

This commit is contained in:
Ishaan Bhardwaj
2020-11-10 21:16:17 -05:00
parent a470b40def
commit 10a9d97848
27 changed files with 9 additions and 3180 deletions

View File

@@ -310,6 +310,8 @@ function PhantomMania2Game:drawScoringInfo()
love.graphics.printf("SECRET GRADE", 240, 430, 180, "left")
end
self:drawSectionTimesWithSplits(math.floor(self.level / 100) + 1)
if(self.coolregret_timer > 0) then
love.graphics.printf(self.coolregret_message, 64, 400, 160, "center")
self.coolregret_timer = self.coolregret_timer - 1