upgrade to uv, many fxes

This commit is contained in:
Yonokid
2025-05-02 00:05:25 -04:00
parent e306c62dce
commit 8b59cd4587
14 changed files with 881 additions and 179 deletions

View File

@@ -371,6 +371,7 @@ class TJAParser:
raise Exception("Balloon note found, but no count was specified")
note = Balloon(note)
note.count = int(balloon[balloon_index])
balloon_index += 1
self.current_ms += increment
play_note_list.append(note)
self.get_moji(play_note_list, ms_per_measure)