forked from VoxeLibre/VoxeLibre
Fix zombie collision box
This commit is contained in:
parent
ff0c75559c
commit
9e1ac8fa5f
|
@ -7,7 +7,7 @@ local zombie = {
|
||||||
type = "monster",
|
type = "monster",
|
||||||
hp_min = 20,
|
hp_min = 20,
|
||||||
hp_max = 20,
|
hp_max = 20,
|
||||||
collisionbox = {-0.5, -0.01, -0.5, 0.5, 1.99, 0.5},
|
collisionbox = {-0.5, -0.01, -0.5, 0.5, 1.9, 0.5},
|
||||||
textures = {
|
textures = {
|
||||||
{"mobs_zombie.png"}
|
{"mobs_zombie.png"}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue