Transition
This commit is contained in:
@@ -18,7 +18,6 @@ size = Vector3(0.705444, 0.680542, 1.17688)
|
||||
|
||||
[node name="Player" type="CharacterBody3D"]
|
||||
script = ExtResource("1_24gqh")
|
||||
metadata/_custom_type_script = "uid://c0by5m1upv57h"
|
||||
|
||||
[node name="Scripts" type="Node" parent="."]
|
||||
|
||||
@@ -26,9 +25,10 @@ metadata/_custom_type_script = "uid://c0by5m1upv57h"
|
||||
script = ExtResource("2_o7et6")
|
||||
player = NodePath("../..")
|
||||
|
||||
[node name="PlayerInteraction" type="Node" parent="Scripts" node_paths=PackedStringArray("interactableArea")]
|
||||
[node name="PlayerInteraction" type="Node" parent="Scripts" node_paths=PackedStringArray("interactableArea", "player")]
|
||||
script = ExtResource("3_24gqh")
|
||||
interactableArea = NodePath("../../InteractableArea")
|
||||
player = NodePath("../..")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("CapsuleShape3D_2m2ha")
|
||||
|
Reference in New Issue
Block a user