22 lines
891 B
Plaintext
22 lines
891 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c43nh4oilmrsg"]
|
|
|
|
[ext_resource type="Script" uid="uid://b30inwwjypbrl" path="res://scripts/bullet.gd" id="1_mkf8s"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_y25gk"]
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_mkf8s"]
|
|
|
|
[node name="Bullet" type="Area3D"]
|
|
transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 0, 0)
|
|
script = ExtResource("1_mkf8s")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(0.0105416, 0.999944, 0, -0.999944, 0.0105416, 0, 0, 0, 1, 0, 0, 0)
|
|
shape = SubResource("CapsuleShape3D_y25gk")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(0.00249584, 0.999997, 0, -0.999997, 0.00249584, 0, 0, 0, 1, 0, 0, 0)
|
|
mesh = SubResource("CapsuleMesh_mkf8s")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|