Added skill system
This commit is contained in:
10
client/skill/spin/spin.tscn
Normal file
10
client/skill/spin/spin.tscn
Normal file
@ -0,0 +1,10 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bhrlgrleih7d0"]
|
||||
|
||||
[ext_resource type="Script" path="res://skill/spin/spin.gd" id="1_p5jmv"]
|
||||
[ext_resource type="PackedScene" uid="uid://f1keiecsx5kw" path="res://skill/melee_area.tscn" id="2_fjxc1"]
|
||||
|
||||
[node name="Spin" type="Node3D"]
|
||||
script = ExtResource("1_p5jmv")
|
||||
|
||||
[node name="Area" parent="." instance=ExtResource("2_fjxc1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1.8)
|
Reference in New Issue
Block a user