slowly updating the animation library

This commit is contained in:
Yonokid
2025-05-08 01:08:17 -04:00
parent 2e22bd006d
commit bc08f24c9d
6 changed files with 306 additions and 299 deletions

View File

@@ -365,6 +365,7 @@ class TJAParser:
note.type = int(item)
note.pixels_per_frame = bar.pixels_per_frame
note.index = index
note.moji = -1
if item in {'5', '6'}:
note = Drumroll(note)
note.color = 255