Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
627 stars 73 forks source link

docs: write *Level Selection* chapter of book #284

Closed Trouv closed 5 months ago

Trouv commented 6 months ago

This new chapter explains and compares the strategies for spawning levels:

In writing this, I realized this was actually a better first explanation chapter for the book than Game Logic Integration, so I've placed it first and also referenced it directly in README.md, src/lib.rs, and the book introduction.

Any explanations in the API reference made redundant by this chapter have been updated to reference the chapter instead.