mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
added viewable score
This commit is contained in:
@@ -416,7 +416,7 @@ class TJAParser:
|
||||
if spacing_before and spacing_after:
|
||||
play_note_list[-3].moji = se_notes[1][2]
|
||||
else:
|
||||
play_note_list[-3].moji = se_notes[play_note_list[-3].moji][2]
|
||||
play_note_list[-3].moji = se_notes[1][2]
|
||||
|
||||
def notes_to_position(self, diff: int):
|
||||
play_note_list: list[Note | Drumroll | Balloon] = []
|
||||
|
||||
Reference in New Issue
Block a user