remove R
This commit is contained in:
parent
1ade5d47e3
commit
9248947e52
@ -1935,14 +1935,6 @@ class ChartingState extends MusicBeatState
|
||||
}
|
||||
}
|
||||
|
||||
if (FlxG.keys.justPressed.R)
|
||||
{
|
||||
if (FlxG.keys.pressed.SHIFT)
|
||||
resetSection(true);
|
||||
else
|
||||
resetSection();
|
||||
}
|
||||
|
||||
|
||||
if (FlxG.sound.music.time < 0 || curDecimalBeat < 0)
|
||||
FlxG.sound.music.time = 0;
|
||||
|
@ -4425,7 +4425,7 @@ class PlayState extends MusicBeatState
|
||||
|
||||
// Dad doesnt interupt his own notes
|
||||
if ((SONG.notes[Math.floor(curStep / 16)].mustHitSection || !dad.animation.curAnim.name.startsWith("sing")) && dad.curCharacter != 'gf')
|
||||
if (curBeat % idleBeat == 0)
|
||||
if (curBeat % idleBeat == 0 || dad.curCharacter == "spooky")
|
||||
dad.dance(idleToBeat);
|
||||
}
|
||||
// FlxG.log.add('change bpm' + SONG.notes[Std.int(curStep / 16)].changeBPM);
|
||||
|
Loading…
x
Reference in New Issue
Block a user