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
@@ -50,7 +50,6 @@ public partial class ResearchList : PanelContainer
{
foreach (Research research in GameData.availableResearch.Values)
{
GD.Print(research.state);
GraphNode node = CreateResearchNode(
research.data.Id,
research.data.Texture,