Collision

This commit is contained in:
Spencer Killen 2023-08-19 17:15:16 -06:00
parent 8465f2eadb
commit b6f3174547
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
2 changed files with 18 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -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")]