Bombfuse / emerald

A 2D rust game engine focused on portability.
MIT License
558 stars 16 forks source link

Create an emerald::Entity that guarantees UUID across worlds #148

Closed Bombfuse closed 1 year ago

Bombfuse commented 2 years ago

This will make world merging seamless

Bombfuse commented 1 year ago

closing because it's not strictly necessary, and adding a "world merger" solves the problem of different entity ids when merging worlds, by letting the user define a method on how to handle it