Added resource weights and layer unlock UI to the game.

This commit is contained in:
2026-05-09 13:53:00 +02:00
parent 677d8595db
commit 9fa1909dcb
7 changed files with 101 additions and 29 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ public partial class Layer : Node3D
private Node3D decorationRoot;
public Tile[,] tiles;
private int layerSize;
private int level;
public int level;
private bool updateFailed = false;
public bool hasContentGenerated = false;
public Vector2I gateCoordinate;