minor bug fixes

This commit is contained in:
Anthony Samms
2025-10-22 13:14:22 -04:00
parent f7f2f42aac
commit b1e88fe814
2 changed files with 2 additions and 2 deletions

View File

@@ -189,6 +189,7 @@ class GameScreen:
if self.end_ms != 0:
if current_time >= self.end_ms + 1000:
if self.player_1.ending_anim is None:
self.write_score()
if session_data.result_bad == 0:
self.player_1.ending_anim = FCAnimation()
elif self.player_1.gauge.is_clear:
@@ -200,7 +201,6 @@ class GameScreen:
self.result_transition.start()
audio.play_sound('result_transition', 'voice')
else:
self.write_score()
self.end_ms = current_time
if ray.is_key_pressed(ray.KeyboardKey.KEY_F1):