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.

15 lines
654 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://b85fy0wfgr4gs"]
[ext_resource type="PackedScene" uid="uid://vnkcr04hevna" path="res://scene/character/character.tscn" id="1_bny0p"]
[ext_resource type="Script" path="res://script/character/player/input.gd" id="2_qkra8"]
[ext_resource type="Resource" uid="uid://b6x3jdiqtum6" path="res://config/player_skill/hero01_long_normal_attack01.tres" id="3_b6mhs"]
[node name="Character" instance=ExtResource("1_bny0p")]
[node name="View" parent="." index="2"]
animation = &"long_attack01"
[node name="Input" type="Node3D" parent="." index="5"]
script = ExtResource("2_qkra8")
test_skill_cfg = ExtResource("3_b6mhs")