From 57fcb74657580f1d09bd774feed8bfe19063f199 Mon Sep 17 00:00:00 2001 From: Eric Myllyoja Date: Wed, 9 Mar 2022 10:36:13 -0500 Subject: [PATCH] Spirit trail is now behind --- source/funkin/play/PlayState.hx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index f776cdfd9..b29dc61f7 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -473,13 +473,10 @@ class PlayState extends MusicBeatState switch (curStageId) { case 'schoolEvil': - // trailArea.scrollFactor.set(); - var evilTrail = new FlxTrail(dad, null, 4, 24, 0.3, 0.069); - // evilTrail.changeValuesEnabled(false, false, false, false); - // evilTrail.changeGraphic() + // Go behind Spirit. + evilTrail.zIndex = 190; add(evilTrail); - // evilTrail.scrollFactor.set(1.1, 1.1); case "tank": gf.y += 10; gf.x -= 30;