Added skill system
This commit is contained in:
18
client/skill/melee_area.tscn
Normal file
18
client/skill/melee_area.tscn
Normal file
@ -0,0 +1,18 @@
|
||||
[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"]
|
Reference in New Issue
Block a user