From 778a5c58c8c218a8a74a3c4cae69dfb7537a3258 Mon Sep 17 00:00:00 2001 From: charlesisfeline <62410083+charlesisfeline@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:34:43 -0500 Subject: [PATCH] Update FuckState.hx --- source/funkin/ui/FuckState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/funkin/ui/FuckState.hx b/source/funkin/ui/FuckState.hx index dbb0bda..e36cc7f 100644 --- a/source/funkin/ui/FuckState.hx +++ b/source/funkin/ui/FuckState.hx @@ -42,7 +42,7 @@ class FuckState extends FlxState public static var useOpenFL:Bool = false; public static var lastERROR = ""; - var jokes:Array = [ + public static var jokes:Array = [ "fatal error", "i love haxe", "i love hscript", @@ -329,7 +329,7 @@ class FuckState extends FlxState { super.create(); - FunkinSound.playOnce(Paths.soundRandom('badnoise', 1, 3), 1.0); + funkin.audio.FunkinSoundFunkinSound.playOnce(Paths.soundRandom('badnoise', 1, 3), 1.0); try {