Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Sep 3, 2023
1 parent 1729f7e commit 9e6b2b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/meta/state/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9e6b2b1

Please sign in to comment.