1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 01:00:53 +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(); 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;