Update ChartingState.hx

This commit is contained in:
Puyo 2021-05-13 13:16:02 +02:00 committed by GitHub
parent 3def141b41
commit 9128479f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -515,7 +515,7 @@ class ChartingState extends MusicBeatState
case 'Change BPM': case 'Change BPM':
_song.notes[curSection].changeBPM = check.checked; _song.notes[curSection].changeBPM = check.checked;
FlxG.log.add('changed bpm shit'); FlxG.log.add('changed bpm shit');
case "Alt Animation": case "Alternate Animation":
_song.notes[curSection].altAnim = check.checked; _song.notes[curSection].altAnim = check.checked;
} }
} }
@ -670,8 +670,8 @@ class ChartingState extends MusicBeatState
else FlxG.sound.play(Paths.sound('SNAP')); else FlxG.sound.play(Paths.sound('SNAP'));
} }
}); });
} }
}); });
/*curRenderedNotes.forEach(function(note:Note) { /*curRenderedNotes.forEach(function(note:Note) {
if (strumLine.overlaps(note) && strumLine.y == note.y) // yandere dev type shit if (strumLine.overlaps(note) && strumLine.y == note.y) // yandere dev type shit
@ -1390,4 +1390,4 @@ class ChartingState extends MusicBeatState
_file = null; _file = null;
FlxG.log.error("Problem saving Level data"); FlxG.log.error("Problem saving Level data");
} }
} }