mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 00:34:40 +00:00
xmas mall positioning fix (plus score reset, lol!)
This commit is contained in:
parent
ef665df9d0
commit
d477320894
|
@ -1571,8 +1571,10 @@ class PlayState extends MusicBeatState
|
||||||
curStage.resetStage();
|
curStage.resetStage();
|
||||||
|
|
||||||
FlxG.sound.music.time = 0;
|
FlxG.sound.music.time = 0;
|
||||||
|
|
||||||
regenNoteData(); // loads the note data from start
|
regenNoteData(); // loads the note data from start
|
||||||
health = 1;
|
health = 1;
|
||||||
|
songScore = 0;
|
||||||
restartCountdownTimer();
|
restartCountdownTimer();
|
||||||
|
|
||||||
needsReset = false;
|
needsReset = false;
|
||||||
|
@ -2199,7 +2201,7 @@ class PlayState extends MusicBeatState
|
||||||
{
|
{
|
||||||
case 'limo':
|
case 'limo':
|
||||||
camFollow.x = boyfriend.getMidpoint().x - 300;
|
camFollow.x = boyfriend.getMidpoint().x - 300;
|
||||||
case 'mall':
|
case 'mallXmas':
|
||||||
camFollow.y = boyfriend.getMidpoint().y - 200;
|
camFollow.y = boyfriend.getMidpoint().y - 200;
|
||||||
case 'school' | 'schoolEvil':
|
case 'school' | 'schoolEvil':
|
||||||
camFollow.x = boyfriend.getMidpoint().x - 200;
|
camFollow.x = boyfriend.getMidpoint().x - 200;
|
||||||
|
|
Loading…
Reference in a new issue