|
|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
[ext_resource type="Script" path="res://script/manager/item_manager.gd" id="12_xwufn"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/status.gd" id="18_nr8sb"]
|
|
|
|
|
[ext_resource type="SpriteFrames" uid="uid://2cb8lknel0ih" path="res://resource/animation/character/basic_move.aseprite" id="20_4ni1a"]
|
|
|
|
|
[ext_resource type="SpriteFrames" uid="uid://cajgs8smbkjan" path="res://resource/animation/character/hero01_fist_skill01.aseprite" id="21_kj50v"]
|
|
|
|
|
[ext_resource type="SpriteFrames" uid="uid://bvnjq6vtioip" path="res://resource/animation/character/hero01_fist_skill02.aseprite" id="21_ngr2y"]
|
|
|
|
|
[ext_resource type="AnimationLibrary" uid="uid://croik07a1qko5" path="res://resource/skill_animation_library/animation_library.tres" id="22_qyapv"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/skill.gd" id="23_783eu"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/move.gd" id="25_d520l"]
|
|
|
|
|
@ -223,12 +223,13 @@ pixel_size = 0.02
|
|
|
|
|
double_sided = false
|
|
|
|
|
alpha_cut = 2
|
|
|
|
|
texture_filter = 0
|
|
|
|
|
sprite_frames = ExtResource("21_kj50v")
|
|
|
|
|
animation = &"fist_skill02"
|
|
|
|
|
sprite_frames = ExtResource("21_ngr2y")
|
|
|
|
|
animation = &"fist_skill_charging"
|
|
|
|
|
frame = 9
|
|
|
|
|
|
|
|
|
|
[node name="Throw" type="AnimatedSprite3D" parent="EditorTool/Character"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
transform = Transform3D(-1, 0, 0, 0, -1, 1.50996e-07, 0, -1.50996e-07, -1, 0, 0, 0)
|
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, -1.50996e-07, 0, 1.50996e-07, 1, 0, 0, 0)
|
|
|
|
|
pixel_size = 0.02
|
|
|
|
|
sprite_frames = ExtResource("20_4ni1a")
|
|
|
|
|
animation = &"idle_loop"
|
|
|
|
|
|