From ecfba2d7f3d12963159ca0124dbb5dc2cf1cb125 Mon Sep 17 00:00:00 2001 From: karl Date: Wed, 20 Nov 2019 23:53:42 +0100 Subject: [PATCH] Fix whole HUD being hidden without interactable This got mixed up in the merge I think... --- Characters/Player/Player.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Characters/Player/Player.tscn b/Characters/Player/Player.tscn index 79109cf..ce01d52 100644 --- a/Characters/Player/Player.tscn +++ b/Characters/Player/Player.tscn @@ -54,7 +54,7 @@ script = ExtResource( 1 ) body_nodepath = NodePath("Body") lookingAt_nodepath = NodePath("Body/Camera/LookingAt") animation_nodepath = NodePath("AnimationPlayer") -ui_interact_nodepath = NodePath("HUD") +ui_interact_nodepath = NodePath("HUD/PressInteract") [node name="Body" type="Spatial" parent="."]