Added resource harvesting to DSL.

This commit is contained in:
=
2026-05-05 19:45:50 +02:00
parent a320a86a2f
commit 5882f3865d
8 changed files with 158 additions and 61 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public partial class Map : PanelContainer
continue;
}
texture = new TextureRect();
if (tiles[x, z].wasVisited)
if (tiles[x, z].wasVisited || GameData.DEBUGMODE)
{
if (tiles[x, z].containsResource)
{