Add death animation for zombie and fix model
This commit is contained in:
parent
73ac56cc15
commit
9e1a830cf9
@ -42,7 +42,7 @@ local def = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
modes = {
|
modes = {
|
||||||
idle = {chance = 0.7, duration = 3, update_yaw = 6},--dur = 8 is gut
|
idle = {chance = 0.7, duration = 3, update_yaw = 6},
|
||||||
walk = {chance = 0.3, duration = 5.5, moving_speed = 1.5},
|
walk = {chance = 0.3, duration = 5.5, moving_speed = 1.5},
|
||||||
-- special modes
|
-- special modes
|
||||||
attack = {chance = 0, moving_speed = 2.5},
|
attack = {chance = 0, moving_speed = 2.5},
|
||||||
@ -55,9 +55,9 @@ local def = {
|
|||||||
rotation = -90.0,
|
rotation = -90.0,
|
||||||
animations = {
|
animations = {
|
||||||
idle = {start = 0, stop = 80, speed = 15},
|
idle = {start = 0, stop = 80, speed = 15},
|
||||||
walk = {start = 168, stop = 188, speed = 15.5},
|
walk = {start = 102, stop = 122, speed = 15.5},
|
||||||
attack = {start = 168, stop = 188, speed = 25},
|
attack = {start = 168, stop = 188, speed = 25},
|
||||||
-- death
|
death = {start = 81, stop = 101, speed = 25, loop = false, duration = 1.92},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user