aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scripts/GoalTriggerBox.gd
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scripts/GoalTriggerBox.gd')
-rw-r--r--godot/scripts/GoalTriggerBox.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/godot/scripts/GoalTriggerBox.gd b/godot/scripts/GoalTriggerBox.gd
index 9281f0f..17e98ad 100644
--- a/godot/scripts/GoalTriggerBox.gd
+++ b/godot/scripts/GoalTriggerBox.gd
@@ -5,7 +5,7 @@ var loader: Loader = null
# Called when the node enters the scene tree for the first time.
func _ready():
- loader = get_node("../LevelLoader")
+ loader = get_node("/root/Game/LevelLoader")
# Called every frame. 'delta' is the elapsed time since the previous frame.