polish bits here and there
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user