Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Mar 21, 2024
2 parents ca557ea + 1978f72 commit 3d8d1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/toolbox/ToolboxPlaceholder.hx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ class ToolboxPlaceholder extends states.MusicBeatState {

public var pages:Map<String, Array<Dynamic>> = [
"Categories" => [
#if sys
new GameStateOption("New Mod", 0, new NewModState()),
#end
new ToolboxPageOption("Tools", 1, "Tools",),
new ToolboxPageOption("Documentation", 2, "Documentation")
],
Expand Down

0 comments on commit 3d8d1a3

Please sign in to comment.