summaryrefslogtreecommitdiff
path: root/Scripts/GlobalVariables.gd
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2024-04-13 18:49:03 +0700
committeraltaf-creator <dev@altafcreator.com>2024-04-13 18:49:03 +0700
commitc5a806528af8a4de5f903d26cd33edb7e0bb6597 (patch)
tree619f07a7a7f8b2e65fc97e9f04212d2c7c8c686e /Scripts/GlobalVariables.gd
parent24f5e910dd8f575adc483f768422ab51fdf905cc (diff)
unfinished map generator
Diffstat (limited to 'Scripts/GlobalVariables.gd')
-rw-r--r--Scripts/GlobalVariables.gd3
1 files changed, 3 insertions, 0 deletions
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