diff options
author | altaf-creator <dev@altafcreator.com> | 2024-04-13 18:49:03 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-04-13 18:49:03 +0700 |
commit | c5a806528af8a4de5f903d26cd33edb7e0bb6597 (patch) | |
tree | 619f07a7a7f8b2e65fc97e9f04212d2c7c8c686e /Scripts/GlobalVariables.gd | |
parent | 24f5e910dd8f575adc483f768422ab51fdf905cc (diff) |
unfinished map generator
Diffstat (limited to 'Scripts/GlobalVariables.gd')
-rw-r--r-- | Scripts/GlobalVariables.gd | 3 |
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 |