Added lowest layer to GameDate and Pathfinding. Fixed tile contentNode not being made visible.

This commit is contained in:
2026-05-09 10:07:16 +02:00
parent e00259cd31
commit 892365ff79
6 changed files with 6 additions and 8 deletions
+1
View File
@@ -144,5 +144,6 @@ public partial class Tile
{
wasVisited = true;
OnTileVisited?.Invoke(this, EventArgs.Empty);
ContentNode.Visible = true;
}
}