spider collision box tweaks

This commit is contained in:
derek
2024-09-25 11:06:42 -05:00
parent 0a8e68654e
commit 8c2cd81b5c
5 changed files with 24 additions and 21 deletions

View File

@@ -6,25 +6,25 @@
[sub_resource type="CylinderShape3D" id="CylinderShape3D_ejwa0"]
margin = 0.001
height = 0.248374
radius = 0.062995
height = 0.122751
radius = 0.0315378
[node name="enemycasing" type="RigidBody3D" groups=["spawned"]]
collision_layer = 2
collision_mask = 7
mass = 0.1
continuous_cd = true
max_contacts_reported = 1
contact_monitor = true
max_contacts_reported = 1
linear_damp = 0.1
angular_damp = 0.1
script = ExtResource("1_dxvh8")
[node name="casing2" parent="." instance=ExtResource("2_ba08p")]
transform = Transform3D(0.010472, 1.84078e-05, -2.99998, 2.99998, 0.00523586, 0.010472, 0.0052359, -3, -1.31133e-07, 0, 0, 0)
transform = Transform3D(0.00523599, 9.20396e-06, -1.49999, 1.49999, 0.00261793, 0.005236, 0.00261795, -1.5, -6.55667e-08, 0, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(-0.00106233, -0.000701004, -0.999999, 0.999999, -0.000431764, -0.00106203, -0.000431026, -1, 0.000701458, -7.7486e-06, 0.000259597, -3.74019e-06)
transform = Transform3D(-0.00106233, -0.000701044, -0.999999, 0.999999, -0.00043182, -0.00106203, -0.000431074, -1, 0.000701502, -7.7486e-06, 0.000259597, -3.74019e-06)
shape = SubResource("CylinderShape3D_ejwa0")
[node name="Timer" type="Timer" parent="."]