mirror of
https://github.com/Poikilos/mobs.git
synced 2023-10-03 07:28:50 -07:00
Fix animation of oerkki
This commit is contained in:
parent
a568d7c4cd
commit
95dc063eb8
8
init.lua
8
init.lua
@ -234,11 +234,11 @@ mobs:register_mob("mobs:oerkki", {
|
||||
light_damage = 0,
|
||||
attack_type = "dogfight",
|
||||
animation = {
|
||||
stand_start = 1,
|
||||
stand_end = 11,
|
||||
walk_start = 25,
|
||||
stand_start = 0,
|
||||
stand_end = 23,
|
||||
walk_start = 24,
|
||||
walk_end = 36,
|
||||
run_start = 38,
|
||||
run_start = 37,
|
||||
run_end = 49,
|
||||
speed_normal = 15,
|
||||
speed_run = 15,
|
||||
|
Loading…
x
Reference in New Issue
Block a user