squashed remaining bugs

This commit is contained in:
Anthony Samms
2025-09-18 14:53:16 -04:00
parent 97ea7112fa
commit f371cbb2e5
4 changed files with 16 additions and 9 deletions

View File

@@ -164,6 +164,7 @@ class ResultScreen:
self.fade_out.update(current_time)
if self.fade_out.is_finished:
self.fade_out.update(current_time)
return self.on_screen_end()
if self.crown is not None: