changed camera angle, ground color and added upgrade and infos button and menus UI

This commit is contained in:
Lorenzo
2022-04-10 15:07:50 +02:00
parent 32b942bda8
commit 3581fe785d
13 changed files with 15532 additions and 3163 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CloseCertainMenu : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}