Skip to content

Commit

Permalink
maybe dont give him a trail there
Browse files Browse the repository at this point in the history
  • Loading branch information
DidgieDeez committed Jul 22, 2024
1 parent 224863a commit b045ee0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,6 @@ class PlayState extends MusicBeatState
unfairjShader.waveFrequency = 4;
unfairjShader.waveSpeed = 2;

remove(bfTrailJ);
remove(dadTrailJ);
bfTrailJ = new FlxTrail(boyfriend, null, 3, 24, 0.3, 0.05);
dadTrailJ = new FlxTrail(dad, null, 3, 24, 0.3, 0.05);
Expand Down Expand Up @@ -3441,10 +3440,8 @@ class PlayState extends MusicBeatState
case 708: // 708
FlxTween.tween(unfairJbg, {alpha: 0.05}, 2, {ease: FlxEase.linear});
case 804: // 804
bfTrailJ = new FlxTrail(boyfriend, null, 3, 24, 0.3, 0.05);
dadTrailJ = new FlxTrail(dad, null, 3, 24, 0.3, 0.05);

add(bfTrailJ);

add(dadTrailJ);

}
Expand Down

0 comments on commit b045ee0

Please sign in to comment.