From ef081780facfe8f378216b32efd9c33fc5d075d5 Mon Sep 17 00:00:00 2001 From: chendian <-> Date: Fri, 31 Jan 2025 22:05:55 +0800 Subject: [PATCH] =?UTF-8?q?fist=20skill=2003=EF=BC=8C=E9=95=9C=E5=A4=B4?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/attack/blunt_mid_hit_down.tres | 4 +- config/attack/blunt_mid_hit_down_forward.tres | 18 +++ config/attack_box/box_high.tres | 14 ++ config/attack_box/box_large.tres | 4 +- config/attack_box/circle_large.tres | 4 +- config/attack_box/circle_mid.tres | 2 +- config/attack_box/circle_normal.tres | 4 +- config/attack_box/circle_normal_thin.tres | 1 + .../hero01_fist_air_attack03.tres | 4 +- .../hero01_fist_skill01_add.tres | 33 ++++ .../hero01_fist_skill02.tres | 45 +++--- .../hero01_fist_skill03.tres | 13 +- .../hero01_long_air_skill02.tres | 22 ++- .../hero01_long_stab02.tres | 1 - .../hero01_long_stab03.tres | 1 - .../hero01_short_attack03.tres | 4 +- .../hero01_short_skill01.tres | 1 - .../hero01_short_stab01.tres | 1 - render/trail_mesh/flare_blunt.tres | 2 +- .../character/hero01_fist_skill01.aseprite | Bin 44729 -> 48002 bytes .../character/hero01_fist_skill01.png | Bin 19780 -> 20570 bytes .../character/hero01_soul_move.aseprite | Bin 9194 -> 9509 bytes .../animation/character/hero01_soul_move.png | Bin 214 -> 365 bytes .../hero01_fist_skill01_add.tres | 145 ++++++++++++++++++ .../skill_animation/hero01_fist_skill02.tres | 136 +++++++--------- .../skill_animation/hero01_fist_skill03.tres | 41 ++--- .../skill_animation/hero01_long_skill01.tres | 2 +- .../skill_animation/hero01_long_skill02.tres | 14 +- .../animation_library.tres | 10 +- scene/ai/bullet_simple.tscn | 2 +- scene/ai/monster01.tscn | 2 +- scene/character/character.tscn | 8 +- scene/effect/particle/_particle_fist1.tscn | 9 +- .../effect/particle/hero01_fist_skill03.tscn | 10 ++ script/character/battle.gd | 19 ++- script/character/skill.gd | 1 + script/manager/camera_manager.gd | 4 +- 37 files changed, 389 insertions(+), 192 deletions(-) create mode 100644 config/attack/blunt_mid_hit_down_forward.tres create mode 100644 config/attack_box/box_high.tres create mode 100644 config/skill_player_weapon/hero01_fist_skill01_add.tres create mode 100644 resource/skill_animation/hero01_fist_skill01_add.tres create mode 100644 scene/effect/particle/hero01_fist_skill03.tscn diff --git a/config/attack/blunt_mid_hit_down.tres b/config/attack/blunt_mid_hit_down.tres index c9ad0fc..2c6ce56 100644 --- a/config/attack/blunt_mid_hit_down.tres +++ b/config/attack/blunt_mid_hit_down.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" script_class="AttackCfg" load_steps=2 format=3 uid="uid://dr70nrjjk754r"] +[gd_resource type="Resource" script_class="AttackCfg" load_steps=2 format=3 uid="uid://cdkjjljp81p56"] [ext_resource type="Script" uid="uid://bm8fn2yciam1g" path="res://script/config/attack_cfg.gd" id="1_esnha"] @@ -12,7 +12,7 @@ is_floating = true is_rebound = false is_throw_check = false is_throw_end = false -hit_back_speed = 7.0 +hit_back_speed = 0.0 hit_up_speed = -7.0 hit_back_duration = 0.05 hit_up_duration = 0.05 diff --git a/config/attack/blunt_mid_hit_down_forward.tres b/config/attack/blunt_mid_hit_down_forward.tres new file mode 100644 index 0000000..c9ad0fc --- /dev/null +++ b/config/attack/blunt_mid_hit_down_forward.tres @@ -0,0 +1,18 @@ +[gd_resource type="Resource" script_class="AttackCfg" load_steps=2 format=3 uid="uid://dr70nrjjk754r"] + +[ext_resource type="Script" uid="uid://bm8fn2yciam1g" path="res://script/config/attack_cfg.gd" id="1_esnha"] + +[resource] +script = ExtResource("1_esnha") +damage_rate = 1.0 +break_level = 2 +stun_attack = 10.0 +damage_type = 1 +is_floating = true +is_rebound = false +is_throw_check = false +is_throw_end = false +hit_back_speed = 7.0 +hit_up_speed = -7.0 +hit_back_duration = 0.05 +hit_up_duration = 0.05 diff --git a/config/attack_box/box_high.tres b/config/attack_box/box_high.tres new file mode 100644 index 0000000..25e7d39 --- /dev/null +++ b/config/attack_box/box_high.tres @@ -0,0 +1,14 @@ +[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=3 format=3 uid="uid://qp5sy3u3rlpe"] + +[ext_resource type="Script" uid="uid://dekrsow0vntqs" path="res://script/config/attack_box_cfg.gd" id="1_05sfw"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_87jhu"] +size = Vector3(1, 1.6, 1) + +[resource] +script = ExtResource("1_05sfw") +shape = SubResource("BoxShape3D_87jhu") +offset = Vector2(0.5, 0.8) +is_throw = false +is_direct = false +is_hit_self = false diff --git a/config/attack_box/box_large.tres b/config/attack_box/box_large.tres index 16ed6ec..c5f52f6 100644 --- a/config/attack_box/box_large.tres +++ b/config/attack_box/box_large.tres @@ -3,12 +3,12 @@ [ext_resource type="Script" uid="uid://dekrsow0vntqs" path="res://script/config/attack_box_cfg.gd" id="1_661yg"] [sub_resource type="BoxShape3D" id="BoxShape3D_87jhu"] -size = Vector3(2, 0.8, 1) +size = Vector3(2, 1.2, 1) [resource] script = ExtResource("1_661yg") shape = SubResource("BoxShape3D_87jhu") -offset = Vector2(1, 0.4) +offset = Vector2(1, 0.6) is_throw = false is_direct = false is_hit_self = false diff --git a/config/attack_box/circle_large.tres b/config/attack_box/circle_large.tres index 204140b..395c0fc 100644 --- a/config/attack_box/circle_large.tres +++ b/config/attack_box/circle_large.tres @@ -3,13 +3,13 @@ [ext_resource type="Script" uid="uid://dekrsow0vntqs" path="res://script/config/attack_box_cfg.gd" id="1_aqwel"] [sub_resource type="CylinderShape3D" id="CylinderShape3D_pmh6g"] -height = 0.8 +height = 1.2 radius = 1.0 [resource] script = ExtResource("1_aqwel") shape = SubResource("CylinderShape3D_pmh6g") -offset = Vector2(0, 0) +offset = Vector2(0, 0.6) is_throw = false is_direct = false is_hit_self = false diff --git a/config/attack_box/circle_mid.tres b/config/attack_box/circle_mid.tres index 3cf3270..c604ece 100644 --- a/config/attack_box/circle_mid.tres +++ b/config/attack_box/circle_mid.tres @@ -9,7 +9,7 @@ radius = 0.6 [resource] script = ExtResource("1_w2uwt") shape = SubResource("CylinderShape3D_pmh6g") -offset = Vector2(0, 0) +offset = Vector2(0, 0.4) is_throw = false is_direct = false is_hit_self = false diff --git a/config/attack_box/circle_normal.tres b/config/attack_box/circle_normal.tres index 6556652..947f669 100644 --- a/config/attack_box/circle_normal.tres +++ b/config/attack_box/circle_normal.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=3 format=3 uid="uid://57sukcw6ewqo"] -[ext_resource type="Script" path="res://script/config/attack_box_cfg.gd" id="1_8rhve"] +[ext_resource type="Script" uid="uid://dekrsow0vntqs" path="res://script/config/attack_box_cfg.gd" id="1_8rhve"] [sub_resource type="CylinderShape3D" id="CylinderShape3D_pmh6g"] height = 0.8 @@ -11,3 +11,5 @@ script = ExtResource("1_8rhve") shape = SubResource("CylinderShape3D_pmh6g") offset = Vector2(0, 0) is_throw = false +is_direct = false +is_hit_self = false diff --git a/config/attack_box/circle_normal_thin.tres b/config/attack_box/circle_normal_thin.tres index 87c94c6..13dff20 100644 --- a/config/attack_box/circle_normal_thin.tres +++ b/config/attack_box/circle_normal_thin.tres @@ -11,3 +11,4 @@ shape = SubResource("CylinderShape3D_pmh6g") offset = Vector2(0, 0.5) is_throw = false is_direct = false +is_hit_self = false diff --git a/config/skill_player_weapon/hero01_fist_air_attack03.tres b/config/skill_player_weapon/hero01_fist_air_attack03.tres index 143b54f..99f3db3 100644 --- a/config/skill_player_weapon/hero01_fist_air_attack03.tres +++ b/config/skill_player_weapon/hero01_fist_air_attack03.tres @@ -1,8 +1,8 @@ [gd_resource type="Resource" script_class="SkillWeaponCfg" load_steps=7 format=3 uid="uid://0nysxqwoq5tj"] -[ext_resource type="Resource" uid="uid://dr70nrjjk754r" path="res://config/attack/blunt_mid_hit_down.tres" id="1_w8lg4"] +[ext_resource type="Resource" uid="uid://dr70nrjjk754r" path="res://config/attack/blunt_mid_hit_down_forward.tres" id="1_w8lg4"] [ext_resource type="Resource" uid="uid://bqejjllfy03h3" path="res://config/attack_box/box_normal.tres" id="2_2gnst"] -[ext_resource type="Script" path="res://script/config/skill_weapon_cfg.gd" id="3_ghxjs"] +[ext_resource type="Script" uid="uid://dgwtu2wj5033u" path="res://script/config/skill_weapon_cfg.gd" id="3_ghxjs"] [ext_resource type="Animation" uid="uid://dfe8krunqdf3m" path="res://resource/skill_animation/hero01_fist_air_attack03.tres" id="4_y802t"] [ext_resource type="SpriteFrames" uid="uid://bhsotj76tuovy" path="res://resource/animation/character/hero01_fist_attack.aseprite" id="5_pslv2"] [ext_resource type="Resource" uid="uid://c6alg8pmqfdxm" path="res://config/weapon/fist.tres" id="6_t7m8t"] diff --git a/config/skill_player_weapon/hero01_fist_skill01_add.tres b/config/skill_player_weapon/hero01_fist_skill01_add.tres new file mode 100644 index 0000000..d7e494e --- /dev/null +++ b/config/skill_player_weapon/hero01_fist_skill01_add.tres @@ -0,0 +1,33 @@ +[gd_resource type="Resource" script_class="SkillWeaponCfg" load_steps=7 format=3 uid="uid://dvnwgl10tljft"] + +[ext_resource type="Resource" uid="uid://4o4v0ruyag5a" path="res://config/attack/blunt_throw_end_hit_down.tres" id="1_dh40s"] +[ext_resource type="Resource" uid="uid://dp8schthpyl3l" path="res://config/attack_box/throw.tres" id="2_1sc65"] +[ext_resource type="Script" uid="uid://dgwtu2wj5033u" path="res://script/config/skill_weapon_cfg.gd" id="3_8mjpe"] +[ext_resource type="Animation" uid="uid://bnqll5kf8t8qs" path="res://resource/skill_animation/hero01_fist_skill01_add.tres" id="4_mq2d2"] +[ext_resource type="SpriteFrames" uid="uid://cajgs8smbkjan" path="res://resource/animation/character/hero01_fist_skill01.aseprite" id="5_kkp4n"] +[ext_resource type="Resource" uid="uid://c6alg8pmqfdxm" path="res://config/weapon/fist.tres" id="6_12y4k"] + +[resource] +script = ExtResource("3_8mjpe") +weapon = ExtResource("6_12y4k") +action = "none" +name = "" +skill_animation = ExtResource("4_mq2d2") +stance_from = 99 +stance_to = 3 +break_level = 3 +is_charging = false +attack1 = ExtResource("1_dh40s") +attack1_box = ExtResource("2_1sc65") +attack1_with_stop = false +attack2_with_stop = false +mp_cost = 0 +mp_sub_cost = false +free_lock = false +ignore_push = false +is_lock_x = true +is_lock_x_move = false +range = 0.0 +warn_type = 0 +sprite_frames = ExtResource("5_kkp4n") +animation_name = "fist_skill01_add" diff --git a/config/skill_player_weapon/hero01_fist_skill02.tres b/config/skill_player_weapon/hero01_fist_skill02.tres index f0dcd26..fcef6ac 100644 --- a/config/skill_player_weapon/hero01_fist_skill02.tres +++ b/config/skill_player_weapon/hero01_fist_skill02.tres @@ -1,28 +1,33 @@ -[gd_resource type="Resource" script_class="SkillWeaponCfg" load_steps=7 format=3 uid="uid://dvnwgl10tljft"] +[gd_resource type="Resource" script_class="SkillWeaponCfg" load_steps=7 format=3 uid="uid://dbviuasvknl8q"] -[ext_resource type="Resource" uid="uid://4o4v0ruyag5a" path="res://config/attack/blunt_throw_end_hit_down.tres" id="1_dh40s"] -[ext_resource type="Resource" uid="uid://dp8schthpyl3l" path="res://config/attack_box/throw.tres" id="2_1sc65"] -[ext_resource type="Script" path="res://script/config/skill_weapon_cfg.gd" id="3_8mjpe"] -[ext_resource type="Animation" uid="uid://batvpnk7jfc2a" path="res://resource/skill_animation/hero01_fist_skill02.tres" id="4_mq2d2"] -[ext_resource type="SpriteFrames" uid="uid://cajgs8smbkjan" path="res://resource/animation/character/hero01_fist_skill01.aseprite" id="5_kkp4n"] -[ext_resource type="Resource" uid="uid://c6alg8pmqfdxm" path="res://config/weapon/fist.tres" id="6_12y4k"] +[ext_resource type="Resource" uid="uid://ctbdt77yyubxn" path="res://config/attack/blunt_normal_hit_up.tres" id="1_ywehi"] +[ext_resource type="Resource" uid="uid://decgfcx2xsj8i" path="res://config/attack_box/circle_mid.tres" id="2_ywehi"] +[ext_resource type="Script" uid="uid://dgwtu2wj5033u" path="res://script/config/skill_weapon_cfg.gd" id="3_6wryu"] +[ext_resource type="Animation" uid="uid://mnmlwnqk4aqq" path="res://resource/skill_animation/hero01_fist_skill02.tres" id="4_c7ye6"] +[ext_resource type="SpriteFrames" uid="uid://cajgs8smbkjan" path="res://resource/animation/character/hero01_fist_skill01.aseprite" id="5_sjxkh"] +[ext_resource type="Resource" uid="uid://c6alg8pmqfdxm" path="res://config/weapon/fist.tres" id="6_aemq5"] [resource] -script = ExtResource("3_8mjpe") -weapon = ExtResource("6_12y4k") -action = "none" +script = ExtResource("3_6wryu") +weapon = ExtResource("6_aemq5") +action = "attack_heavy" name = "" -skill_animation = ExtResource("4_mq2d2") -range = 0.0 -free_lock = false -ignore_push = false -attack1 = ExtResource("1_dh40s") -attack1_box = ExtResource("2_1sc65") -stance_from = 99 +skill_animation = ExtResource("4_c7ye6") +stance_from = 2 stance_to = 3 break_level = 3 is_charging = false +attack1 = ExtResource("1_ywehi") +attack1_box = ExtResource("2_ywehi") +attack1_with_stop = false +attack2_with_stop = false mp_cost = 0 -refresh_animation = false -sprite_frames = ExtResource("5_kkp4n") -animation_name = "" +mp_sub_cost = false +free_lock = false +ignore_push = true +is_lock_x = true +is_lock_x_move = false +range = 0.0 +warn_type = 0 +sprite_frames = ExtResource("5_sjxkh") +animation_name = "fist_skill02" diff --git a/config/skill_player_weapon/hero01_fist_skill03.tres b/config/skill_player_weapon/hero01_fist_skill03.tres index ec57d99..7e2eb6e 100644 --- a/config/skill_player_weapon/hero01_fist_skill03.tres +++ b/config/skill_player_weapon/hero01_fist_skill03.tres @@ -1,9 +1,9 @@ -[gd_resource type="Resource" script_class="SkillWeaponCfg" load_steps=7 format=3 uid="uid://dbviuasvknl8q"] +[gd_resource type="Resource" script_class="SkillWeaponCfg" load_steps=7 format=3 uid="uid://dpaa7dflbjk62"] -[ext_resource type="Resource" uid="uid://ctbdt77yyubxn" path="res://config/attack/blunt_normal_hit_up.tres" id="1_ywehi"] -[ext_resource type="Resource" uid="uid://decgfcx2xsj8i" path="res://config/attack_box/circle_mid.tres" id="2_ywehi"] +[ext_resource type="Resource" uid="uid://cdkjjljp81p56" path="res://config/attack/blunt_mid_hit_down.tres" id="1_ywehi"] +[ext_resource type="Resource" uid="uid://qp5sy3u3rlpe" path="res://config/attack_box/box_high.tres" id="2_ywehi"] [ext_resource type="Script" uid="uid://dgwtu2wj5033u" path="res://script/config/skill_weapon_cfg.gd" id="3_6wryu"] -[ext_resource type="Animation" uid="uid://mnmlwnqk4aqq" path="res://resource/skill_animation/hero01_fist_skill03.tres" id="4_c7ye6"] +[ext_resource type="Animation" uid="uid://by2e51w02ka8s" path="res://resource/skill_animation/hero01_fist_skill03.tres" id="4_c7ye6"] [ext_resource type="SpriteFrames" uid="uid://cajgs8smbkjan" path="res://resource/animation/character/hero01_fist_skill01.aseprite" id="5_sjxkh"] [ext_resource type="Resource" uid="uid://c6alg8pmqfdxm" path="res://config/weapon/fist.tres" id="6_aemq5"] @@ -13,8 +13,8 @@ weapon = ExtResource("6_aemq5") action = "attack_heavy" name = "" skill_animation = ExtResource("4_c7ye6") -stance_from = 2 -stance_to = 3 +stance_from = 3 +stance_to = 30 break_level = 3 is_charging = false attack1 = ExtResource("1_ywehi") @@ -25,7 +25,6 @@ mp_cost = 0 mp_sub_cost = false free_lock = false ignore_push = true -with_stop = false is_lock_x = true is_lock_x_move = false range = 0.0 diff --git a/config/skill_player_weapon/hero01_long_air_skill02.tres b/config/skill_player_weapon/hero01_long_air_skill02.tres index 12a2970..b476e64 100644 --- a/config/skill_player_weapon/hero01_long_air_skill02.tres +++ b/config/skill_player_weapon/hero01_long_air_skill02.tres @@ -2,7 +2,7 @@ [ext_resource type="Resource" uid="uid://bv4uoey1liqoq" path="res://config/attack/sharp_heavy_hit_blow.tres" id="1_m5u18"] [ext_resource type="Resource" uid="uid://bnfnjdw0tms3h" path="res://config/attack_box/box_large.tres" id="2_0351a"] -[ext_resource type="Script" path="res://script/config/skill_weapon_cfg.gd" id="3_to21l"] +[ext_resource type="Script" uid="uid://dgwtu2wj5033u" path="res://script/config/skill_weapon_cfg.gd" id="3_to21l"] [ext_resource type="Animation" uid="uid://cjc6sis2xn1yy" path="res://resource/skill_animation/hero01_long_air_skill02.tres" id="4_u7aq7"] [ext_resource type="SpriteFrames" uid="uid://dhfqj1dxldqao" path="res://resource/animation/character/hero01_long_skill01.aseprite" id="5_6p3pi"] [ext_resource type="Resource" uid="uid://cy3wwalxeyro0" path="res://config/weapon/long.tres" id="6_vj7l0"] @@ -13,25 +13,21 @@ weapon = ExtResource("6_vj7l0") action = "attack_heavy" name = "" skill_animation = ExtResource("4_u7aq7") -range = 0.0 -free_lock = false -ignore_push = true -attack1 = ExtResource("1_m5u18") -attack1_box = ExtResource("2_0351a") -attack1_with_pause_frame = false -attack1_with_stop = false -attack2_with_pause_frame = false -attack2_with_stop = false stance_from = 12 stance_to = 10 break_level = 3 is_charging = false +attack1 = ExtResource("1_m5u18") +attack1_box = ExtResource("2_0351a") +attack1_with_stop = false +attack2_with_stop = false mp_cost = 0 mp_sub_cost = false -warn_type = 0 -with_stop = false +free_lock = false +ignore_push = true is_lock_x = true is_lock_x_move = true -refresh_animation = false +range = 0.0 +warn_type = 0 sprite_frames = ExtResource("5_6p3pi") animation_name = "long_air_skill02" diff --git a/config/skill_player_weapon/hero01_long_stab02.tres b/config/skill_player_weapon/hero01_long_stab02.tres index 9fe4a50..151daa1 100644 --- a/config/skill_player_weapon/hero01_long_stab02.tres +++ b/config/skill_player_weapon/hero01_long_stab02.tres @@ -25,7 +25,6 @@ mp_cost = 0 mp_sub_cost = false free_lock = false ignore_push = true -with_stop = false is_lock_x = true is_lock_x_move = true range = 0.0 diff --git a/config/skill_player_weapon/hero01_long_stab03.tres b/config/skill_player_weapon/hero01_long_stab03.tres index e0fd8bd..55a949c 100644 --- a/config/skill_player_weapon/hero01_long_stab03.tres +++ b/config/skill_player_weapon/hero01_long_stab03.tres @@ -27,7 +27,6 @@ mp_cost = 0 mp_sub_cost = false free_lock = false ignore_push = true -with_stop = false is_lock_x = true is_lock_x_move = true range = 0.0 diff --git a/config/skill_player_weapon/hero01_short_attack03.tres b/config/skill_player_weapon/hero01_short_attack03.tres index f674432..b53d705 100644 --- a/config/skill_player_weapon/hero01_short_attack03.tres +++ b/config/skill_player_weapon/hero01_short_attack03.tres @@ -2,8 +2,8 @@ [ext_resource type="Resource" uid="uid://bhhrt6fpjccga" path="res://config/attack/blunt_normal_none.tres" id="1_er265"] [ext_resource type="Resource" uid="uid://bqejjllfy03h3" path="res://config/attack_box/box_normal.tres" id="2_jmcul"] -[ext_resource type="Resource" uid="uid://dr70nrjjk754r" path="res://config/attack/blunt_mid_hit_down.tres" id="3_0i2p5"] -[ext_resource type="Script" path="res://script/config/skill_weapon_cfg.gd" id="3_8rsme"] +[ext_resource type="Resource" uid="uid://dr70nrjjk754r" path="res://config/attack/blunt_mid_hit_down_forward.tres" id="3_0i2p5"] +[ext_resource type="Script" uid="uid://dgwtu2wj5033u" path="res://script/config/skill_weapon_cfg.gd" id="3_8rsme"] [ext_resource type="Animation" uid="uid://bdyjvq185tdk6" path="res://resource/skill_animation/hero01_short_attack03.tres" id="4_7ws6s"] [ext_resource type="SpriteFrames" uid="uid://cndpnxtdh37ii" path="res://resource/animation/character/hero01_short_attack.aseprite" id="5_40215"] [ext_resource type="Resource" uid="uid://pnhii1a83axg" path="res://config/weapon/short.tres" id="6_pclwt"] diff --git a/config/skill_player_weapon/hero01_short_skill01.tres b/config/skill_player_weapon/hero01_short_skill01.tres index 01185c7..f8c6b8d 100644 --- a/config/skill_player_weapon/hero01_short_skill01.tres +++ b/config/skill_player_weapon/hero01_short_skill01.tres @@ -21,7 +21,6 @@ mp_cost = 0 mp_sub_cost = false free_lock = false ignore_push = false -with_stop = false is_lock_x = true is_lock_x_move = false range = 0.0 diff --git a/config/skill_player_weapon/hero01_short_stab01.tres b/config/skill_player_weapon/hero01_short_stab01.tres index 0403dcf..bcc3839 100644 --- a/config/skill_player_weapon/hero01_short_stab01.tres +++ b/config/skill_player_weapon/hero01_short_stab01.tres @@ -27,7 +27,6 @@ mp_cost = 0 mp_sub_cost = false free_lock = false ignore_push = true -with_stop = false is_lock_x = false is_lock_x_move = false range = 0.0 diff --git a/render/trail_mesh/flare_blunt.tres b/render/trail_mesh/flare_blunt.tres index ad8ddc0..8ac228f 100644 --- a/render/trail_mesh/flare_blunt.tres +++ b/render/trail_mesh/flare_blunt.tres @@ -1,6 +1,6 @@ [gd_resource type="RibbonTrailMesh" load_steps=3 format=3 uid="uid://cv0787wcswb6d"] -[ext_resource type="Shader" path="res://render/shader/trail.gdshader" id="1_lp8r8"] +[ext_resource type="Shader" uid="uid://bey68hqql2gfr" path="res://render/shader/trail.gdshader" id="1_lp8r8"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_od7xi"] render_priority = 0 diff --git a/resource/animation/character/hero01_fist_skill01.aseprite b/resource/animation/character/hero01_fist_skill01.aseprite index fdf307d85dcead57c61e5213027498b9ae0332e9..6c7968c65614db79f80c30212e6ffe0c2015eebb 100644 GIT binary patch delta 1637 zcmdmam#OJH6MNHc28IVq!zZ#=^6unhVEFY>i6Mo7fkA0wuQD^c3?l=BgaXIp?aY>w z^;p=si?cIxatsXP6H`(q|6`V8F_LCbp3KN1!>q=jH(7y2fmxry5=hIl7+Ep+f*Hns z3}GO~
WLsWk)3=`vDC? !0b$7-7FSz!+SS`svSuNTLmo6p)WNKr{ylS!=!Q5l{5^iQsltW %r
zhTx_g%anvom{Fk~H3
~Kl2F23Q7Slhz}+L~%7?4{+&
znO9|88oTHmc(@p4R3PhmSETX?Yv;gy?M{cJ&$mu>hbeLff+cmJK-PImgPB#0%{XDq
z1J`bZ=5rSzsrpc-TA|!r`$7pijG$PANzVYhge|)B;PRcW;vt0ffvj%%z{8_HGEXu<
zWqrPN5|`|FNQ
TYu0
z%cFOH&&K&vg+|X^MAb`CVod^d