Added lowest layer to GameDate and Pathfinding. Fixed tile contentNode not being made visible.
This commit is contained in:
@@ -144,5 +144,6 @@ public partial class Tile
|
||||
{
|
||||
wasVisited = true;
|
||||
OnTileVisited?.Invoke(this, EventArgs.Empty);
|
||||
ContentNode.Visible = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user