We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9691617 commit 722ab18Copy full SHA for 722ab18
1 file changed
source/funkin/game/PlayState.hx
@@ -1424,7 +1424,7 @@ class PlayState extends MusicBeatState
1424
character.idleSuffix = event.params[1] ? "-alt" : "";
1425
}
1426
1427
- if (pickedIcon != null)
+ if (pickedIcon != null) // Alt icon
1428
pickedIcon.setIcon(pickedIcon.curCharacter, pickedIcon.isPlayer, event.params[3] ? "-alt" : "");
1429
1430
case "Play Animation":
0 commit comments