19 lines
549 B
Plaintext
19 lines
549 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://f1keiecsx5kw"]
|
|
|
|
[ext_resource type="Script" path="res://skill/MeleeArea.gd" id="1_qgaoh"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_4r7eu"]
|
|
radius = 1.5
|
|
|
|
[node name="MeleeArea" type="Area3D"]
|
|
collision_layer = 0
|
|
collision_mask = 256
|
|
monitoring = false
|
|
monitorable = false
|
|
script = ExtResource("1_qgaoh")
|
|
|
|
[node name="CylinderShape" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("CylinderShape3D_4r7eu")
|
|
|
|
[connection signal="body_entered" from="." to="." method="on_body_entered"]
|