Added gate unlock generation and simple Game Won print

This commit is contained in:
2026-05-09 14:57:06 +02:00
parent 9fa1909dcb
commit 213d0aed97
4 changed files with 90 additions and 4 deletions
+1
View File
@@ -16,6 +16,7 @@ public partial class Layer : Node3D
public Vector2I gateCoordinate;
public List<string> currentResources;
public bool isGateOpen = false;
public List<Ingredient> gateIngredients = new();
public override void _Ready()
{