Add portable RV homes and decor prototype
This commit is contained in:
parent
81decf2b71
commit
fe099f47dd
56 changed files with 5459 additions and 112 deletions
|
|
@ -27,6 +27,8 @@ size = Vector3(1.62, 0.86, 1.02)
|
|||
radius = 2.3
|
||||
|
||||
[node name="PlayerStorageBox" type="Node3D"]
|
||||
process_mode = 4
|
||||
visible = false
|
||||
|
||||
[node name="Body" type="MeshInstance3D" parent="."]
|
||||
position = Vector3(0, 0.35, 0)
|
||||
|
|
@ -44,6 +46,7 @@ collision_mask = 0
|
|||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
position = Vector3(0, 0.43, 0)
|
||||
disabled = true
|
||||
shape = SubResource("CollisionShape")
|
||||
|
||||
[node name="InteractionArea" type="Area3D" parent="."]
|
||||
|
|
@ -54,6 +57,7 @@ collision_mask = 2
|
|||
script = ExtResource("1_interaction")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="InteractionArea"]
|
||||
disabled = true
|
||||
shape = SubResource("InteractionShape")
|
||||
|
||||
[node name="PromptAnchor" type="Marker3D" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue