Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit b40c823

Browse files
committed
Move alt anim farther down
1 parent c1a5107 commit b40c823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ChartingState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ class ChartingState extends MusicBeatState
718718
check_mustHitSection.checked = true;
719719
// _song.needsVoices = check_mustHit.checked;
720720

721-
check_altAnim = new FlxUICheckBox(10, 400, null, null, "Alt Animation", 100);
721+
check_altAnim = new FlxUICheckBox(10, 600, null, null, "Alt Animation", 100);
722722
check_altAnim.name = 'check_altAnim';
723723

724724
check_changeBPM = new FlxUICheckBox(10, 60, null, null, 'Change BPM', 100);

0 commit comments

Comments
 (0)