Added in tilemaps and started blocking the level out

This commit is contained in:
Nicholas Novak
2023-05-03 15:18:21 -07:00
parent 9f70008657
commit ee0b076ba7
1138 changed files with 46413 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ public class GameUIController : MonoBehaviour
[HideInInspector] public GameObject tambourineUI;
[HideInInspector] public GameObject clarinetUI;
void Start()
void Awake()
{
this.trumpetUI = trumpetBackground.transform.GetChild(0).gameObject;
this.tambourineUI = tambourineBackground.transform.GetChild(0).gameObject;