命中停止位移

master
chendian 1 year ago
parent 57185025c4
commit 54e6627d6e

@ -11,6 +11,7 @@ damage_type = 1
is_floating = true
is_hit_down = false
is_rebound = false
is_stop_self = true
hit_back_speed = 8.0
hit_up_speed = 4.0
hit_back_duration = 0.05

@ -11,6 +11,7 @@ damage_type = 1
is_floating = true
is_hit_down = false
is_rebound = false
is_stop_self = true
hit_back_speed = 3.0
hit_up_speed = 3.0
hit_back_duration = 0.05

@ -11,6 +11,7 @@ damage_type = 1
is_floating = false
is_hit_down = true
is_rebound = false
is_stop_self = true
hit_back_speed = 6.0
hit_up_speed = -6.0
hit_back_duration = 0.05

@ -11,6 +11,7 @@ damage_type = 1
is_floating = false
is_hit_down = false
is_rebound = false
is_stop_self = true
hit_back_speed = 2.0
hit_up_speed = 2.0
hit_back_duration = 0.05

@ -11,6 +11,7 @@ damage_type = 1
is_floating = false
is_hit_down = false
is_rebound = false
is_stop_self = true
hit_back_speed = 3.0
hit_up_speed = 3.0
hit_back_duration = 0.05

@ -11,6 +11,7 @@ damage_type = 0
is_floating = true
is_hit_down = false
is_rebound = false
is_stop_self = true
hit_back_speed = 10.0
hit_up_speed = 2.0
hit_back_duration = 0.05

@ -11,6 +11,7 @@ damage_type = 0
is_floating = false
is_hit_down = false
is_rebound = false
is_stop_self = true
hit_back_speed = 3.0
hit_up_speed = 1.0
hit_back_duration = 0.05

@ -11,6 +11,7 @@ damage_type = 0
is_floating = false
is_hit_down = true
is_rebound = false
is_stop_self = true
hit_back_speed = 6.0
hit_up_speed = -6.0
hit_back_duration = 0.05

@ -11,6 +11,7 @@ damage_type = 0
is_floating = false
is_hit_down = false
is_rebound = false
is_stop_self = true
hit_back_speed = 2.0
hit_up_speed = 1.0
hit_back_duration = 0.05

@ -11,6 +11,7 @@ damage_type = 0
is_floating = false
is_hit_down = false
is_rebound = false
is_stop_self = true
hit_back_speed = 4.0
hit_up_speed = 2.0
hit_back_duration = 0.05

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -156,6 +156,7 @@ offset_bottom = 28.0
theme_override_constants/separation = -5
[node name="BossStatusItem" type="Control" parent="HudPage"]
visible = false
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5

Loading…
Cancel
Save