This commit is contained in:
Yonokid
2025-09-02 22:27:07 -04:00
parent 4eb30dc6fa
commit 4b4a3f5e08

View File

@@ -407,7 +407,10 @@ class BGFever1(BGFeverBase):
self.overlay_move_up.update(current_time_ms)
self.overlay_move_down.update(current_time_ms)
self.wave_spin.update(current_time_ms)
if (self.overlay_move_down.is_finished and len(self.bg_tiles) == 20) and not self.is_transitioned:
self.bg_move.restart()
self.is_transitioned = self.overlay_move_down.is_finished and len(self.bg_tiles) == 20
if self.is_transitioned:
self.bg_move.update(current_time_ms)