Fix whole HUD being hidden without interactable

This got mixed up in the merge I think...
This commit is contained in:
karl 2019-11-20 23:53:42 +01:00
parent 8b83d6e7a3
commit ecfba2d7f3

View File

@ -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="."]