Skip to content

Commit

Permalink
dox again again again
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Feb 8, 2024
1 parent 3ed2e2f commit f85fd48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/docs/DocState.hx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package docs;

#if cpp
import states.LoadingState;
import states.MainMenuState;
import flixel.FlxG;
Expand All @@ -26,4 +27,5 @@ class DocState extends MusicBeatState {
}
super.update(elapsed);
}
}
}
#end
2 changes: 2 additions & 0 deletions source/states/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,11 @@ class TitleState extends MusicBeatState {
}
#end

#if cpp
if(FlxG.keys.justPressed.P){
FlxG.switchState(new docs.DocState());
}
#end

if (FlxG.sound.music != null)
Conductor.songPosition = FlxG.sound.music.time;
Expand Down

0 comments on commit f85fd48

Please sign in to comment.