polish bits here and there

This commit is contained in:
Cameron Taylor
2020-10-29 23:52:26 -07:00
parent 2ba056bfc5
commit 6e1274d849
7 changed files with 26 additions and 17 deletions

View File

@ -84,9 +84,9 @@ class ChartingState extends MusicBeatState
else
{
_song = {
song: 'Spookeez',
song: 'Monster',
notes: [],
bpm: 100,
bpm: 95,
sections: 0,
needsVoices: false,
player1: 'bf',
@ -318,6 +318,7 @@ class ChartingState extends MusicBeatState
_song.notes[curSection].mustHitSection = check.checked;
case 'Change BPM':
_song.notes[curSection].changeBPM = check.checked;
FlxG.log.add('changed bpm shit');
}
}
else if (id == FlxUINumericStepper.CHANGE_EVENT && (sender is FlxUINumericStepper))
@ -491,6 +492,8 @@ class ChartingState extends MusicBeatState
{
curSection = sec;
updateGrid();
if (updateMusic)
{
FlxG.sound.music.pause();