README files added.

This commit is contained in:
Storm Dragon
2025-02-15 13:53:16 -05:00
parent cdcb9acaa3
commit 70d02a8db3
3 changed files with 199 additions and 0 deletions

View File

@@ -179,6 +179,7 @@ class WickedQuest:
report.append(f"Final Score: {self.player.scoreboard.get_score()}")
if self.player.scoreboard.check_high_score():
pygame.event.clear()
self.player.scoreboard.add_high_score()
cut_scene(self.sounds, "game_over")