lol idk lol

This commit is contained in:
Cameron Taylor
2020-12-13 01:08:21 -05:00
parent 7d55a0df8b
commit 6c6df2f5d3
4 changed files with 118 additions and 90 deletions

View File

@ -659,7 +659,7 @@ class PlayState extends MusicBeatState
}
}
phillyCityLights.members[curLight].alpha -= (Conductor.crochet / 1000) * FlxG.elapsed;
// phillyCityLights.members[curLight].alpha -= (Conductor.crochet / 1000) * FlxG.elapsed;
}
super.update(elapsed);
@ -1530,7 +1530,7 @@ class PlayState extends MusicBeatState
curLight = FlxG.random.int(0, phillyCityLights.length - 1);
phillyCityLights.members[curLight].visible = true;
phillyCityLights.members[curLight].alpha = 1;
// phillyCityLights.members[curLight].alpha = 1;
}
if (totalBeats % 8 == 4 && FlxG.random.bool(30) && !trainMoving && trainCooldown > 8)