Added gate unlock generation and simple Game Won print
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user