Skip to content

Commit

Permalink
Add starting world with start button
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Jan 12, 2024
1 parent 476293c commit 24fdcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@ void Game::update(void)
mmEffectEx(&sndClick);
gameState = State::TitleScreen;
}
else if (down & KEY_X)
else if ((down & KEY_X) || (down & KEY_START))
{
if (!worldSelectWorlds.empty())
{
Expand Down

0 comments on commit 24fdcf0

Please sign in to comment.