mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-18 00:51:06 +01:00
Tweak doll size in monster spawner
This commit is contained in:
parent
8c9e196a53
commit
62dad8daf1
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ local function set_doll_properties(doll, mob)
|
||||||
mesh = mobinfo.mesh,
|
mesh = mobinfo.mesh,
|
||||||
textures = get_mob_textures(mob),
|
textures = get_mob_textures(mob),
|
||||||
visual_size = {
|
visual_size = {
|
||||||
x = mobinfo.visual_size.x * 0.5,
|
x = mobinfo.visual_size.x * 0.33333,
|
||||||
y = mobinfo.visual_size.y * 0.5,
|
y = mobinfo.visual_size.y * 0.33333,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
doll:set_properties(prop)
|
doll:set_properties(prop)
|
||||||
|
|
Loading…
Reference in a new issue