mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
cleanup
This commit is contained in:
@@ -16,7 +16,7 @@ class TwoPlayerSongSelectScreen(SongSelectScreen):
|
||||
|
||||
def finalize_song(self, current_item):
|
||||
global_data.session_data[PlayerNum.P1].selected_song = current_item.path
|
||||
global_data.session_data[PlayerNum.P1].genre_index = current_item.box.name_texture_index
|
||||
global_data.session_data[PlayerNum.P1].genre_index = current_item.box.genre_index
|
||||
logger.info(f"Finalized song selection: {global_data.session_data[PlayerNum.P1].selected_song}")
|
||||
|
||||
def handle_input(self):
|
||||
|
||||
Reference in New Issue
Block a user