bevy/tests
Aceeri 8ad9a7c7c4 Rename camera "priority" to "order" (#6908)
# Objective
The documentation for camera priority is very confusing at the moment, it requires a bit of "double negative" kind of thinking.

# Solution
Flipping the wording on the documentation to reflect more common usecases like having an overlay camera and also renaming it to "order", since priority implies that it will override the other camera rather than have both run.
2022-12-25 00:39:30 +00:00
..
window Rename camera "priority" to "order" (#6908) 2022-12-25 00:39:30 +00:00
how_to_test_systems.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00