added comments of bug on script and added basic menus, will need functioning selecting to complete them

This commit is contained in:
Lorenzo
2022-04-04 16:00:54 +02:00
parent 0ace8baa66
commit c5c5693078
331 changed files with 60678 additions and 805 deletions

View File

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