Implementation of the Main- and Options-menu

This commit is contained in:
Richard Ott
2018-09-01 16:42:51 +02:00
parent b6ea22e42b
commit 7a262f543a
24 changed files with 3500 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class OptionsMenu : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}