mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Fix baby zombies being 1/4 vis_size
This commit is contained in:
parent
aea899a569
commit
2fa2f7cbf9
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ baby_zombie.description = S("Baby Zombie")
|
|||
baby_zombie.collisionbox = {-0.25, -0.01, -0.25, 0.25, 1, 0.25}
|
||||
baby_zombie.xp_min = 12
|
||||
baby_zombie.xp_max = 12
|
||||
baby_zombie.visual_size = {x = 1 / 2, y = 1 / 2}
|
||||
baby_zombie.walk_velocity = 1.2
|
||||
baby_zombie.run_velocity = 2.4
|
||||
baby_zombie.child = 1
|
||||
|
|
Loading…
Reference in a new issue