Compare commits
2 Commits
a7ac6e9a66
...
332e9e0066
Author | SHA1 | Date |
---|---|---|
Spencer Killen | 332e9e0066 | |
Spencer Killen | 0f80bc6c21 |
|
@ -23,5 +23,4 @@ shape = SubResource("SphereShape3D_k5rhc")
|
||||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" index="0"]
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" index="0"]
|
||||||
shape = SubResource("SphereShape3D_wx128")
|
shape = SubResource("SphereShape3D_wx128")
|
||||||
|
|
||||||
[connection signal="body_entered" from="CollisionDetection" to="." method="_on_collision_detection_body_entered"]
|
|
||||||
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]
|
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]
|
||||||
|
|
Loading…
Reference in New Issue