DSL interpretation is working now. Changed map to be within GameData.
This commit is contained in:
@@ -3,6 +3,7 @@ using Godot;
|
||||
|
||||
public partial class GameData
|
||||
{
|
||||
public static Layer[] map;
|
||||
//Current layer the player wants to see
|
||||
public static int currentLayer = 0;
|
||||
//The layer that is currently visible
|
||||
|
||||
Reference in New Issue
Block a user