mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
dad art tween and shader on ost text
This commit is contained in:
parent
84668432ba
commit
61012fab68
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue