diff --git a/source/core/src/main/com/csse3200/game/components/mainmenu/MainMenuDisplay.java b/source/core/src/main/com/csse3200/game/components/mainmenu/MainMenuDisplay.java index 1d28fdb2a..21dfed7b8 100644 --- a/source/core/src/main/com/csse3200/game/components/mainmenu/MainMenuDisplay.java +++ b/source/core/src/main/com/csse3200/game/components/mainmenu/MainMenuDisplay.java @@ -116,6 +116,7 @@ public void changed(ChangeEvent changeEvent, Actor actor) { float padTopStartBtn = 260f / originalScreenHeight * Gdx.graphics.getHeight(); float padTopOtherBtns = 15f / originalScreenHeight * Gdx.graphics.getHeight(); + table.add(title); table1.row(); table1.add(startBtn).padTop(padTopStartBtn);