Leaderboard implemted +-

This commit is contained in:
IM23a-bachmannj2
2025-02-04 10:57:54 +01:00
parent 16c1ef8dd6
commit 2369c8b2da
5 changed files with 26 additions and 6 deletions
+2
View File
@@ -70,6 +70,8 @@ class StartMenu:
draw_text(self.screen, f"Score: {item}", get_font(30), setting.width // 5, setting.height // 3 - 50 + position, (255, 255, 255))
position += 50
self.score = load_score("gamescore.json")
self.play.update(self.screen)
self.options.update(self.screen)
self.quit.update(self.screen)