mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
Tweak doll size in monster spawner
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user