How can Bevy's documentation be improved?
Link.
Things that could be better:
- It's unclear why we need both a
Transform and Position component. Usually, Transform itself contains this information.
move_camera should use a query filter along with query.single to only move, well, the camera.
- Use
spawn_batch for spawning many sprites.
How can Bevy's documentation be improved?
Link.
Things that could be better:
TransformandPositioncomponent. Usually,Transformitself contains this information.move_camerashould use a query filter along withquery.singleto only move, well, the camera.spawn_batchfor spawning many sprites.