forked from VoxeLibre/VoxeLibre
Fix skeleton run anim
This commit is contained in:
parent
bd20767173
commit
f7031e8b6f
|
@ -67,7 +67,10 @@ local skeleton = {
|
||||||
stand_speed = 5,
|
stand_speed = 5,
|
||||||
walk_start = 40,
|
walk_start = 40,
|
||||||
walk_end = 60,
|
walk_end = 60,
|
||||||
walk_speed = 50,
|
walk_speed = 15,
|
||||||
|
run_start = 40,
|
||||||
|
run_end = 60,
|
||||||
|
run_speed = 30,
|
||||||
shoot_start = 70,
|
shoot_start = 70,
|
||||||
shoot_end = 90,
|
shoot_end = 90,
|
||||||
punch_start = 70,
|
punch_start = 70,
|
||||||
|
|
|
@ -62,7 +62,10 @@ mobs:register_mob("mobs_mc:witherskeleton", {
|
||||||
stand_speed = 5,
|
stand_speed = 5,
|
||||||
walk_start = 40,
|
walk_start = 40,
|
||||||
walk_end = 60,
|
walk_end = 60,
|
||||||
walk_speed = 50,
|
walk_speed = 15,
|
||||||
|
run_start = 40,
|
||||||
|
run_end = 60,
|
||||||
|
run_speed = 30,
|
||||||
shoot_start = 70,
|
shoot_start = 70,
|
||||||
shoot_end = 90,
|
shoot_end = 90,
|
||||||
punch_start = 70,
|
punch_start = 70,
|
||||||
|
|
Loading…
Reference in New Issue