summaryrefslogtreecommitdiff
path: root/src/global.gd
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.gd')
-rw-r--r--src/global.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.gd b/src/global.gd
index 1ed4d29..59fd4bd 100644
--- a/src/global.gd
+++ b/src/global.gd
@@ -1,5 +1,6 @@
extends Node
+var GAME_NODE: PackedScene = preload("res://Game.tscn")
var GAME_SCALE: float = 2.0
var TILE_SIZE: int = 16
var WORLD_TILE_PATH: int = 0