Remove continue button
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user