fix
parent
c5dc8c0043
commit
f0e4efdaca
@ -1,4 +1,42 @@
|
||||
[gd_resource type="Animation" format=3 uid="uid://u8ktjgjrw4vq"]
|
||||
[gd_resource type="Animation" load_steps=2 format=3 uid="uid://b28xyr8shsxad"]
|
||||
|
||||
[ext_resource type="SpriteFrames" uid="uid://7swf8owxd63i" path="res://resource/animation/character/hero01_long_normal_attack.aseprite" id="1_kkk0x"]
|
||||
|
||||
[resource]
|
||||
resource_name = "hero01_long_normal_attack01"
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("View:sprite_frames")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [ExtResource("1_kkk0x")]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("View:animation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": ["long_attack01"]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("View:frame")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [0, 1, 2, 3, 4, 5, 6, 7, 8]
|
||||
}
|
||||
|
||||
@ -1,4 +1,42 @@
|
||||
[gd_resource type="Animation" format=3 uid="uid://cx5yvy5g382y8"]
|
||||
[gd_resource type="Animation" load_steps=2 format=3 uid="uid://cidi63jms7hxv"]
|
||||
|
||||
[ext_resource type="SpriteFrames" uid="uid://7swf8owxd63i" path="res://resource/animation/character/hero01_long_normal_attack.aseprite" id="1_3vfd1"]
|
||||
|
||||
[resource]
|
||||
resource_name = "hero01_long_normal_attack02"
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("View:sprite_frames")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [ExtResource("1_3vfd1")]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("View:animation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": ["long_attack02"]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("View:frame")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [0, 1, 2, 3, 4, 5, 6, 7, 8]
|
||||
}
|
||||
|
||||
@ -1,9 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b85fy0wfgr4gs"]
|
||||
[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"
|
||||
frame = 8
|
||||
|
||||
[node name="Input" type="Node3D" parent="." index="5"]
|
||||
script = ExtResource("2_qkra8")
|
||||
test_skill_cfg = ExtResource("3_b6mhs")
|
||||
|
||||
Loading…
Reference in New Issue