Fix zombie animation
This commit is contained in:
parent
83b5d569ea
commit
2567d14bdb
16
zombie.lua
16
zombie.lua
@ -59,18 +59,10 @@ local zombie = {
|
||||
max = 1,},
|
||||
},
|
||||
animation = {
|
||||
speed_normal = 24,
|
||||
speed_run = 48,
|
||||
stand_start = 0,
|
||||
stand_end = 23,
|
||||
walk_start = 24,
|
||||
walk_end = 47,
|
||||
run_start = 48,
|
||||
run_end = 62,
|
||||
hurt_start = 64,
|
||||
hurt_end = 86,
|
||||
death_start = 88,
|
||||
death_end = 118,
|
||||
speed_normal = 25, speed_run = 50,
|
||||
stand_start = 40, stand_end = 80,
|
||||
walk_start = 0, walk_end = 40,
|
||||
run_start = 0, run_end = 40,
|
||||
},
|
||||
drawtype = "front",
|
||||
lava_damage = 5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user