Collision
This commit is contained in:
parent
8465f2eadb
commit
b6f3174547
File diff suppressed because one or more lines are too long
|
@ -5,6 +5,8 @@
|
|||
[ext_resource type="Script" path="res://Holster.gd" id="3_a68da"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kb4ms"]
|
||||
radius = 0.06
|
||||
height = 0.43
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_6l1w6"]
|
||||
|
||||
|
@ -12,6 +14,7 @@
|
|||
script = ExtResource("1_7gpdp")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.21, 0)
|
||||
shape = SubResource("CapsuleShape3D_kb4ms")
|
||||
|
||||
[node name="grape_man" parent="." instance=ExtResource("2_hg0av")]
|
||||
|
|
Loading…
Reference in New Issue