mirror of
https://github.com/csd4ni3l/ember-keeper.git
synced 2026-01-01 04:23:43 +01:00
fix some things on the map, swithc back to only single best replay, fix camera shake working weirdly
This commit is contained in:
@@ -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)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user