Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
SB Engine workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan2008Git authored Apr 2, 2023
1 parent 1ee23cc commit e30a6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class MainMenuState extends MusicBeatState
});
}
#if (desktop || android)
else if (FlxG.keys.anyJustPressed(debugKeys) #if android || FlxG.android.justReleased.BACK #end)
else if (FlxG.keys.anyJustPressed(debugKeys) #if android || virtualPad.buttonC.justPressed #end)
{
selectedSomethin = true;
MusicBeatState.switchState(new MasterEditorMenu());
Expand Down

0 comments on commit e30a6df

Please sign in to comment.