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