From c5a806528af8a4de5f903d26cd33edb7e0bb6597 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sat, 13 Apr 2024 18:49:03 +0700 Subject: unfinished map generator --- Scripts/GlobalVariables.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Scripts/GlobalVariables.gd') diff --git a/Scripts/GlobalVariables.gd b/Scripts/GlobalVariables.gd index 6a77bc6..7f8a305 100644 --- a/Scripts/GlobalVariables.gd +++ b/Scripts/GlobalVariables.gd @@ -1,6 +1,9 @@ extends Node +const NODE = "/root/MainNode2D/" + ## When player is dragging to find other [NumberNodes] var is_snapping : bool = false ## Player, please assign yourself here at _ready(): var player : Player +var gameloop : GameLoop -- cgit v1.2.3