Skip to content

Commit

Permalink
L:
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Jun 29, 2024
1 parent 7dcddf8 commit fa29ce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

* ~~finish Init State.~~
* Finsh Video Handler State
* add winning icon support :3c

*
OLD:
* Might add winning icons (only if i can get the icons for them :3)
* if you're winning the discord rpc will change
Expand Down
10 changes: 2 additions & 8 deletions source/funkin/game/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ class Main extends Sprite

public static function exitOn(?type:Int = 0, ?traceE:Bool = false)
{
if (traceE)
trace('Exited at ${Date.now().toString()}');

if (traceE) trace('Exited at ${Date.now().toString()}');
Sys.exit(type);
}

Expand Down Expand Up @@ -108,15 +106,11 @@ class Main extends Sprite
#end

#if html5
FlxG.autoPause = false;
FlxG.mouse.visible = false;
FlxG.autoPause = FlxG.mouse.visible = false;
#end

#if CRASH_HANDLER
Lib.current.loaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGHT_ERROR, CrashHandler.onCrash);
#end
}

// Code was entirely made by sqirra-rng for their fnf engine named "Izzy Engine", big props to them!!!
// very cool person for real they don't get enough credit for their work
}

0 comments on commit fa29ce0

Please sign in to comment.