fix some things on the map, swithc back to only single best replay, fix camera shake working weirdly

This commit is contained in:
csd4ni3l
2025-11-30 12:16:25 +01:00
parent e76f36d755
commit 8965644761
3 changed files with 38 additions and 42 deletions

View File

@@ -26,7 +26,7 @@ class Statistics(arcade.gui.UIView):
for level_num in range(AVAILABLE_LEVELS)
})
self.data["replays"] = []
self.data["best_replay"] = []
self.total_tries = sum([self.data[f"{level_num}_tries"] for level_num in range(AVAILABLE_LEVELS)])