Skip to content

Commit

Permalink
uhhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored May 17, 2024
1 parent de2f78a commit 9d4a8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- Note Color Presets (WIP)

[LOW PRIORITY]
- Fix Credits Editor
- Fix Credits Editor
- Maybe Redo WebM Support
5 changes: 0 additions & 5 deletions source/meta/state/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -570,11 +570,6 @@ class MainMenuState extends MusicBeatState
}
#end

#if debug
if (FlxG.keys.justPressed.FOUR)
FlxG.switchState(() -> new VideoState("assets/videos/cutscenetest/video.webm", () -> new MainMenuState()));
#end

if (controls.RESET && menuJSON.enableReloadKey)
FlxG.resetState();
}
Expand Down

0 comments on commit 9d4a8ef

Please sign in to comment.