25 lines
811 B
Plaintext
Raw Normal View History

2024-02-14 23:20:26 +00:00
[gd_scene load_steps=4 format=3 uid="uid://cgycghadwb27h"]
[ext_resource type="Script" path="res://skill/thrust/thrust.gd" id="1_jtbia"]
[ext_resource type="Script" path="res://skill/MeleeArea.gd" id="2_m3c5w"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_6if7n"]
radius = 0.7
height = 3.0
[node name="Thrust" type="Node3D"]
script = ExtResource("1_jtbia")
[node name="Area" type="Area3D" parent="."]
collision_layer = 0
collision_mask = 256
monitoring = false
monitorable = false
script = ExtResource("2_m3c5w")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area"]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0.7, 1.8)
shape = SubResource("CapsuleShape3D_6if7n")
[connection signal="body_entered" from="Area" to="Area" method="on_body_entered"]