Skip to content

Commit

Permalink
test.ogg
Browse files Browse the repository at this point in the history
  • Loading branch information
yophlox committed Oct 27, 2024
1 parent ac387c2 commit 8915970
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added assets/charts/test/test.ogg
Binary file not shown.
8 changes: 8 additions & 0 deletions source/states/Freeplay.hx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ class Freeplay extends SwagState {
updateSongImage();
}

if (FlxG.keys.justPressed.TAB) {
#if debug
transitionState(new ChartingState());
#else
trace("Not in debug mode, can't access charting state from Freeplay");
#end
}

if (FlxG.keys.justPressed.ENTER) {
FlxG.sound.music.stop();
loadSongJson(selectedSong);
Expand Down

0 comments on commit 8915970

Please sign in to comment.