Merge pull request 'Fix baby zombies being 1/4 vis_size' (#2737) from fix_baby_z_visszie into master

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2737
This commit is contained in:
cora 2022-10-09 22:50:23 +00:00
commit 24c03c2d32
1 changed files with 0 additions and 1 deletions

View File

@ -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