Update Fork #1

Merged
chmodsayshello merged 696 commits from MineClone5/MineClone5:master into master 2022-03-23 14:40:26 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 96bc98e716 - Show all commits

View File

@ -139,6 +139,7 @@ local function egg_on_step(self, dtime)
-- Turn given object into a child
local function make_child(object)
if not object then return end
local ent = object:get_luaentity()
object:set_properties({
visual_size = { x = ent.base_size.x/2, y = ent.base_size.y/2 },