Added basic symbols for most of the resources and changed map to be revealed whilst robots are exploring.

This commit is contained in:
=
2026-04-29 19:19:13 +02:00
parent c54ff3088e
commit 95455597da
25 changed files with 350 additions and 24 deletions
+1
View File
@@ -13,6 +13,7 @@ public partial class Tile
public bool containsLight, containsDecoration, containsResource;
public GameResource resource;
public bool wasVisited;
public void SetMeshes(Dictionary<string, MeshInstance3D> tileMeshes)