Added missing Symbol to the game, Improved move and explore logic, added map refresh for tiles.

This commit is contained in:
2026-05-09 09:38:34 +02:00
parent 342b6e490f
commit e00259cd31
13 changed files with 127 additions and 35 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ using Godot;
public partial class GameData
{
public static bool DEBUGMODE = true;
public static bool DEBUGMODE = false;
public static Random rand = new Random(seed);
public static Layer[] map;
//Current layer the player wants to see