From 61012fab68330fc2edade83dbeede06c62549e3e Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Tue, 30 Apr 2024 03:22:30 -0400 Subject: [PATCH] dad art tween and shader on ost text --- source/funkin/ui/freeplay/FreeplayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/ui/freeplay/FreeplayState.hx b/source/funkin/ui/freeplay/FreeplayState.hx index 95e2c0342..860b8f235 100644 --- a/source/funkin/ui/freeplay/FreeplayState.hx +++ b/source/funkin/ui/freeplay/FreeplayState.hx @@ -336,7 +336,6 @@ class FreeplayState extends MusicBeatSubState exitMovers.set([blackOverlayBullshitLOLXD, bgDad], { x: FlxG.width * 1.5, - y: bgDad.height, speed: 0.4, wait: 0 }); @@ -409,6 +408,7 @@ class FreeplayState extends MusicBeatSubState var sillyStroke:StrokeShader = new StrokeShader(0xFFFFFFFF, 2, 2); fnfFreeplay.shader = sillyStroke; + ostName.shader = sillyStroke; add(fnfFreeplay); add(ostName);