Skip to content

Commit

Permalink
Lil better description of alt anims
Browse files Browse the repository at this point in the history
  • Loading branch information
VocalFan committed May 31, 2024
1 parent 1071bb7 commit 80b2350
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 @@ -189,7 +189,7 @@ def convert(self):

prev_notes.add((strumTime, noteData))

# Alt Animation implementation using Play Animations!
# Alt Singing Animation implementation using Play Animations!
if len(note) > 3 and note[3] == "Alt Animation":
target = "player" if noteData in range(4) else "opponent"
if noteData in [0, 4]:
Expand Down

0 comments on commit 80b2350

Please sign in to comment.