Sets collectibles for ascending.

This commit is contained in:
Markil3
2023-02-25 12:57:56 -07:00
parent 33ed9c062a
commit 6ccb425057
2 changed files with 25 additions and 17 deletions

View File

@@ -261,7 +261,7 @@ class GameLoop(Room):
self.draw_water()
thumby.display.drawText(str(self.score), thumby.display.width - (len(str(self.score)) + 2) * 5, 1, 1)
thumby.display.drawText(str(self.score), thumby.display.width - (len(str(self.score)) + 2) * 5, 1, int(self.player.y > 0))
class EndRoom(Room):