mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Tweak doll size in monster spawner
This commit is contained in:
parent
8c9e196a53
commit
62dad8daf1
@ -29,8 +29,8 @@ local function set_doll_properties(doll, mob)
|
||||
mesh = mobinfo.mesh,
|
||||
textures = get_mob_textures(mob),
|
||||
visual_size = {
|
||||
x = mobinfo.visual_size.x * 0.5,
|
||||
y = mobinfo.visual_size.y * 0.5,
|
||||
x = mobinfo.visual_size.x * 0.33333,
|
||||
y = mobinfo.visual_size.y * 0.33333,
|
||||
}
|
||||
}
|
||||
doll:set_properties(prop)
|
||||
|
Loading…
Reference in New Issue
Block a user