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:
parent
404b2b648e
commit
57fcb74657
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue