diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-16 23:32:01 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-16 23:32:01 +0200 |
commit | 373b0d66678a349d39146262d5b288b39c5cb1e1 (patch) | |
tree | 0c8d9aa28450e8b94e014833a94a895fde3258e5 /godot/scripts/GoalTriggerBox.gd | |
parent | 9a750a6688ad923d990d11dc464f783210b50678 (diff) | |
download | 2022-373b0d66678a349d39146262d5b288b39c5cb1e1.tar.gz 2022-373b0d66678a349d39146262d5b288b39c5cb1e1.tar.bz2 2022-373b0d66678a349d39146262d5b288b39c5cb1e1.zip |
goal zone
the rest is trash
Diffstat (limited to 'godot/scripts/GoalTriggerBox.gd')
-rw-r--r-- | godot/scripts/GoalTriggerBox.gd | 2 |
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. |