Добавил главное меню

This commit is contained in:
2026-05-15 15:57:30 +03:00
parent 99d4d91cbe
commit 049ea4d081
5 changed files with 1185 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
using UnityEngine;
using UnityEngine.SceneManagement;
public class MainMenu : MonoBehaviour
{
public void StartGame()
{
SceneManager.LoadScene("Island");
}
public void SourceCodeLinkClick() =>
Application.OpenURL("https://github.com/ryzij/Cube-Tower-Defense");
}
+2
View File
@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 1995f0bece1e8b84bbd28677df99ade9