emerald icon indicating copy to clipboard operation
emerald copied to clipboard

World merging - Allow a world (with/without physics) to merge into another world

Open Bombfuse opened this issue 2 years ago • 1 comments

base_world.merge(another_world)

Imports all entities (without changing their id's preferably) and their physics bodies into the base world.

Bombfuse avatar Aug 12 '21 14:08 Bombfuse

This will also require guaranteeing that all entity's are spawned with a unique id, I'm unsure what work is required to do that right now

Bombfuse avatar Aug 12 '21 14:08 Bombfuse