Remove continue button

This commit is contained in:
2024-02-07 10:59:05 +01:00
parent 8a938127ad
commit 32caeeb995

View File

@@ -283,9 +283,6 @@ void drawMainMenuUI(Game *game, f32 dt) {
.type = BZ_UI_LAYOUT_FLEX_BOX, .type = BZ_UI_LAYOUT_FLEX_BOX,
.flags = BZ_UI_FLEX_DIR_COLUMN | BZ_UI_FLEX_ALIGN_CENTER .flags = BZ_UI_FLEX_DIR_COLUMN | BZ_UI_FLEX_ALIGN_CENTER
}); });
if (uiMainMenuButton("Continue", false)) {
}
if (uiMainMenuButton("Play", true)) { if (uiMainMenuButton("Play", true)) {
setScreen(game, SCREEN_GAME); setScreen(game, SCREEN_GAME);
unloadMap(game); unloadMap(game);