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
View File
@@ -4,6 +4,7 @@ using Godot;
public partial class GameData
{
public static bool DEBUGMODE = true;
public static Random rand = new Random(seed);
public static Layer[] map;
//Current layer the player wants to see