Day 3 - Menu Stuff

Small changes & adjustments to the MenuScene.
This commit is contained in:
StudentJW
2026-01-20 15:25:24 +00:00
parent e58db7d6af
commit ff4bc745e1
13 changed files with 506 additions and 118 deletions

View File

@@ -7,7 +7,7 @@ namespace InterfaceOff.MainMenu
{
public void OnStartClick()
{
SceneManager.LoadScene("GameScene");
SceneManager.LoadScene("WorldScene");
}
public void OnExitClick()