diff --git a/config/animation/entity_sprite_frames.tres b/config/animation/entity_sprite_frames.tres index c043c51e..d5601bb0 100644 --- a/config/animation/entity_sprite_frames.tres +++ b/config/animation/entity_sprite_frames.tres @@ -2764,16 +2764,22 @@ animations = [{ "duration": 1.0, "texture": ExtResource("542_pf4co") }, { -"duration": 1.0, +"duration": 3.0, "texture": ExtResource("543_axp0t") }, { -"duration": 1.0, +"duration": 3.0, "texture": ExtResource("544_utdtj") }, { -"duration": 1.0, +"duration": 3.0, "texture": ExtResource("545_alesa") }, { -"duration": 1.0, +"duration": 3.0, +"texture": ExtResource("546_6dfax") +}, { +"duration": 3.0, +"texture": ExtResource("545_alesa") +}, { +"duration": 3.0, "texture": ExtResource("546_6dfax") }, { "duration": 1.0, @@ -2835,19 +2841,25 @@ animations = [{ "duration": 1.0, "texture": ExtResource("564_r8eua") }, { -"duration": 1.0, +"duration": 3.0, "texture": ExtResource("565_udp6b") }, { -"duration": 1.0, +"duration": 3.0, "texture": ExtResource("566_4rw06") }, { -"duration": 1.0, +"duration": 3.0, "texture": ExtResource("567_u3obx") }, { -"duration": 1.0, +"duration": 3.0, "texture": ExtResource("568_letpt") }, { -"duration": 1.0, +"duration": 3.0, +"texture": ExtResource("569_m41vc") +}, { +"duration": 3.0, +"texture": ExtResource("568_letpt") +}, { +"duration": 3.0, "texture": ExtResource("569_m41vc") }, { "duration": 1.0, diff --git a/scene/character/main_player.gd b/scene/character/main_player.gd index 43835545..733ffd24 100644 --- a/scene/character/main_player.gd +++ b/scene/character/main_player.gd @@ -45,7 +45,7 @@ signal animation_finished if is_node_ready(): _check_character_runtime_status() if val > 3: - freeze_player(1, val, true) + player_action(val, true) # 使用 new,方便在 editor 中刷新新值 var current_animation_config: Dictionary