From 9e6b2b1193126f55cee3951b94703891395bd511 Mon Sep 17 00:00:00 2001 From: Joalor64 Date: Sun, 3 Sep 2023 00:07:01 -0400 Subject: [PATCH] Update PlayState.hx --- source/meta/state/PlayState.hx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/meta/state/PlayState.hx b/source/meta/state/PlayState.hx index 254ac4b2..0186ed76 100644 --- a/source/meta/state/PlayState.hx +++ b/source/meta/state/PlayState.hx @@ -5167,6 +5167,16 @@ class PlayState extends MusicBeatState }); } + if (curStage == 'philly' && trainMoving && !trainFinishing) + { + new FlxTimer().start(0.3, (tmr:FlxTimer) -> + { + comboSpr.acceleration.x = -1250; + rating.acceleration.x = -1250; + numScore.acceleration.x = -1250; + }); + } + if(combo >= 0) { insert(members.indexOf(strumLineNotes), numScore);