dad art tween and shader on ost text

This commit is contained in:
Cameron Taylor 2024-04-30 03:22:30 -04:00
parent 84668432ba
commit 61012fab68

View file

@ -336,7 +336,6 @@ class FreeplayState extends MusicBeatSubState
exitMovers.set([blackOverlayBullshitLOLXD, bgDad], exitMovers.set([blackOverlayBullshitLOLXD, bgDad],
{ {
x: FlxG.width * 1.5, x: FlxG.width * 1.5,
y: bgDad.height,
speed: 0.4, speed: 0.4,
wait: 0 wait: 0
}); });
@ -409,6 +408,7 @@ class FreeplayState extends MusicBeatSubState
var sillyStroke:StrokeShader = new StrokeShader(0xFFFFFFFF, 2, 2); var sillyStroke:StrokeShader = new StrokeShader(0xFFFFFFFF, 2, 2);
fnfFreeplay.shader = sillyStroke; fnfFreeplay.shader = sillyStroke;
ostName.shader = sillyStroke;
add(fnfFreeplay); add(fnfFreeplay);
add(ostName); add(ostName);