mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update song_select.py
This commit is contained in:
@@ -1318,7 +1318,7 @@ class FileNavigator:
|
|||||||
line = line.strip()
|
line = line.strip()
|
||||||
if line.startswith("#GENRE:"):
|
if line.startswith("#GENRE:"):
|
||||||
genre = line.split(":", 1)[1].strip()
|
genre = line.split(":", 1)[1].strip()
|
||||||
texture_index = FileSystemItem.GENRE_MAP.get(genre, 620)
|
texture_index = FileSystemItem.GENRE_MAP.get(genre, 9)
|
||||||
elif line.startswith("#TITLE:"):
|
elif line.startswith("#TITLE:"):
|
||||||
name = line.split(":", 1)[1].strip()
|
name = line.split(":", 1)[1].strip()
|
||||||
elif line.startswith("#TITLEJA:"):
|
elif line.startswith("#TITLEJA:"):
|
||||||
|
|||||||
Reference in New Issue
Block a user