mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
wahoo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user