You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
832 B
Plaintext
18 lines
832 B
Plaintext
|
2 years ago
|
[gd_resource type="Resource" script_class="PlayerSkillCfg" load_steps=5 format=3 uid="uid://cs32884hwqxd7"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://script/config/player_skill_cfg.gd" id="1_e0fqi"]
|
||
|
|
[ext_resource type="Animation" uid="uid://bf6jaraltouun" path="res://resource/skill_animation/hero01_long_attack02.tres" id="2_jrgan"]
|
||
|
|
[ext_resource type="SpriteFrames" uid="uid://7swf8owxd63i" path="res://resource/animation/character/hero01_long_attack.aseprite" id="3_jidy7"]
|
||
|
|
[ext_resource type="Resource" uid="uid://cy3wwalxeyro0" path="res://config/weapon/long.tres" id="4_novna"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("1_e0fqi")
|
||
|
|
weapon = ExtResource("4_novna")
|
||
|
|
stance_from = 1
|
||
|
|
stance_to = 2
|
||
|
|
name = ""
|
||
|
|
skill_animation = ExtResource("2_jrgan")
|
||
|
|
has_animation = true
|
||
|
|
sprite_frams = ExtResource("3_jidy7")
|
||
|
|
animation_name = "long_attack02"
|