1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 16:41:39 +00:00

xmas mall positioning fix (plus score reset, lol!)

This commit is contained in:
Cameron Taylor 2022-03-09 18:57:36 -05:00
parent ef665df9d0
commit d477320894

View file

@ -1571,8 +1571,10 @@ class PlayState extends MusicBeatState
curStage.resetStage();
FlxG.sound.music.time = 0;
regenNoteData(); // loads the note data from start
health = 1;
songScore = 0;
restartCountdownTimer();
needsReset = false;
@ -2199,7 +2201,7 @@ class PlayState extends MusicBeatState
{
case 'limo':
camFollow.x = boyfriend.getMidpoint().x - 300;
case 'mall':
case 'mallXmas':
camFollow.y = boyfriend.getMidpoint().y - 200;
case 'school' | 'schoolEvil':
camFollow.x = boyfriend.getMidpoint().x - 200;