Bombfuse / emerald

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

Remove the WorldEngine and the world stack from Emerald #106

Closed Bombfuse closed 2 years ago

Bombfuse commented 3 years ago

It's confusing and in my experience is not the best way to store your world. Worlds should likely be stored in the user's Game or their custom game states.