Fix whole HUD being hidden without interactable
This got mixed up in the merge I think...
This commit is contained in:
parent
8b83d6e7a3
commit
ecfba2d7f3
@ -54,7 +54,7 @@ script = ExtResource( 1 )
|
|||||||
body_nodepath = NodePath("Body")
|
body_nodepath = NodePath("Body")
|
||||||
lookingAt_nodepath = NodePath("Body/Camera/LookingAt")
|
lookingAt_nodepath = NodePath("Body/Camera/LookingAt")
|
||||||
animation_nodepath = NodePath("AnimationPlayer")
|
animation_nodepath = NodePath("AnimationPlayer")
|
||||||
ui_interact_nodepath = NodePath("HUD")
|
ui_interact_nodepath = NodePath("HUD/PressInteract")
|
||||||
|
|
||||||
[node name="Body" type="Spatial" parent="."]
|
[node name="Body" type="Spatial" parent="."]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user