Compare commits
No commits in common. "f8c9f6d50ab3992d0b93614748664f1dc4cd1939" and "47f549b1b1512f7a001991ab74774ed150725f80" have entirely different histories.
f8c9f6d50a
...
47f549b1b1
File diff suppressed because it is too large
Load Diff
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bed5a0c285f984a5e99a8d69bc2bab91
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -1,18 +0,0 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class MainMenu : MonoBehaviour
|
||||
{
|
||||
public void StartGame()
|
||||
{
|
||||
Debug.Log("Start Game");
|
||||
// Load the first scene (assuming it's named "GameScene")
|
||||
SceneManager.LoadScene("Beach");
|
||||
}
|
||||
|
||||
public void QuitGame()
|
||||
{
|
||||
Debug.Log("Quit Game");
|
||||
Application.Quit();
|
||||
}
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bfd1564be9e1f46fc80749ae2e20f617
|
Loading…
Reference in New Issue
Block a user