bevy/examples/helpers
ZoOL 17e504812b
simplify example, replace get_single to Single Query (#16187)
# Objective

clean up example get_single method, make code clean;

## Solution

- replace `Query`  with `Single` Query
- remove `get_single` or `get_single_mut` condition block
2024-11-01 18:25:42 +00:00
..
camera_controller.rs simplify example, replace get_single to Single Query (#16187) 2024-11-01 18:25:42 +00:00
widgets.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00