mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
Merge branch 'main' of https://github.com/Yonokid/PyTaiko
This commit is contained in:
@@ -455,7 +455,6 @@ class SongSelectScreen:
|
||||
|
||||
if self.navigator.genre_bg is not None and self.state == State.BROWSING:
|
||||
self.navigator.genre_bg.draw(95)
|
||||
self.ura_switch_animation.draw()
|
||||
|
||||
for item in self.navigator.items:
|
||||
box = item.box
|
||||
@@ -467,6 +466,8 @@ class SongSelectScreen:
|
||||
|
||||
tex.draw_texture('global', 'footer')
|
||||
|
||||
self.ura_switch_animation.draw()
|
||||
|
||||
if self.state == State.BROWSING and self.navigator.items != []:
|
||||
self.navigator.get_current_item().box.draw_score_history()
|
||||
if self.diff_sort_selector is not None:
|
||||
|
||||
Reference in New Issue
Block a user