头痛动作调整

This commit is contained in:
cakipaul 2025-08-06 20:53:02 +08:00
parent 790389112f
commit 05b35fc1eb
2 changed files with 22 additions and 10 deletions

View File

@ -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,

View File

@ -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