1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-26 15:07:14 +00:00

Spirit trail is now behind

This commit is contained in:
Eric Myllyoja 2022-03-09 10:36:13 -05:00
parent 404b2b648e
commit 57fcb74657

View file

@ -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;