头痛动作调整
This commit is contained in:
parent
790389112f
commit
05b35fc1eb
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user