mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
slowly updating the animation library
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user