Skip to content

Commit

Permalink
Add note for Alt anims
Browse files Browse the repository at this point in the history
  • Loading branch information
VocalFan committed Jun 4, 2024
1 parent 512ffb9 commit a6df1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychtobase/src/tools/ChartTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def convert(self):
play_animation = (strumTime, target, anim)

if play_animation not in existing_events:
events.append(Utils.playAnimation(strumTime, target, anim, False))
events.append(Utils.playAnimation(strumTime, target, anim, True)) #We should add a custom note type that plays the animation when the note is PRESSED.
existing_events.add(play_animation)

notes.append(Utils.note(noteData, length, strumTime))
Expand Down

0 comments on commit a6df1ac

Please sign in to comment.