Skip to content

Commit

Permalink
fix crash hang
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Dec 2, 2024
1 parent ccb3f49 commit 500e701
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/funkin/ui/FuckState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class FuckState extends FlxState
"i love lime",
"kaboom.",
"WHY",
"fuck yeah im in a crash report"
"fuck yeah im in a crash report",
"get stickbugged lmao",
"cuh",
"all done in haxe, can u believe it?",
Expand All @@ -176,7 +176,7 @@ class FuckState extends FlxState
"i hope you go mooseing and get fucked by a campfire", // - @cyborghenrystickmin
"ya gotta be kidding me bro",
"beautiful.", // - @breadboyoo
"PETAH HOW DARE YOU" // - @animateagain
"PETAH HOW DARE YOU", // - @animateagain
'crash% speedrun lesss goooooo',
"null object reference is real and haunts us",
"yep it is indeed a null object reference",
Expand All @@ -188,12 +188,12 @@ class FuckState extends FlxState
"fuck you",
"eat shit",
"i wonder why...",
"old was better" // - @animateagain
"old was better", // - @animateagain
"i tried, okay, I TRIED!",
"bro what is this",
":sadedd:",
":sadtord:",
"did i ask for ur opinion?",
"did i ask for ur opinion?"
];
funnyQuip = jokes[Std.int(Math.random() * jokes.length - 1)]; // I know, this isn't FlxG.random but fuck you the game just crashed
}
Expand Down Expand Up @@ -390,7 +390,7 @@ class FuckState extends FlxState
if (FlxG.keys.justPressed.ESCAPE)
{
trace('Exit requested!');
Sys.exit(1);
lime.system.System.exit(1);
useOpenFL = false;
}
}
Expand Down

0 comments on commit 500e701

Please sign in to comment.