add unlock system for tools

This commit is contained in:
2026-06-29 22:15:59 -05:00
parent 9dfcee6159
commit fc0bcf0201
12 changed files with 513 additions and 65 deletions
-1
View File
@@ -22,7 +22,6 @@ public class GameManager : MonoBehaviour
// Are we currently in a scene transition?
private bool isTransitioningScenes = false;
private void Awake()
{
// If there is an instance, and it's not me, delete myself.