mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Fix baby Z-pigman visual size
This commit is contained in:
parent
97f9614818
commit
effac327f5
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ baby_pigman.description = S("Baby Zombie Pigman")
|
||||||
baby_pigman.collisionbox = {-0.25, -0.01, -0.25, 0.25, 0.94, 0.25}
|
baby_pigman.collisionbox = {-0.25, -0.01, -0.25, 0.25, 0.94, 0.25}
|
||||||
baby_pigman.xp_min = 13
|
baby_pigman.xp_min = 13
|
||||||
baby_pigman.xp_max = 13
|
baby_pigman.xp_max = 13
|
||||||
baby_pigman.visual_size = {x=pigman.visual_size.x/2, y=pigman.visual_size.y/2}
|
|
||||||
baby_pigman.textures = { {
|
baby_pigman.textures = { {
|
||||||
"mobs_mc_zombie_pigman.png", --baby
|
"mobs_mc_zombie_pigman.png", --baby
|
||||||
"default_tool_goldsword.png", --sword
|
"default_tool_goldsword.png", --sword
|
||||||
|
|
Loading…
Reference in a new issue