bevy/crates/bevy_ui/src
Rob Parrett cfee0e882e Fix various typos (#5417)
## Objective

- Fix some typos

## Solution

- Fix em. 
- My favorite was `maxizimed`
2022-07-21 20:46:54 +00:00
..
flex Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
render don't cull ui nodes that have a rotation (#5389) 2022-07-20 20:03:13 +00:00
widget Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
entity.rs Improve ergonomics and reduce boilerplate around creating text elements. (#5343) 2022-07-20 14:14:29 +00:00
focus.rs Disable UI node Interaction when ComputedVisibility is false (#5361) 2022-07-20 21:26:47 +00:00
geometry.rs Document Size and UiRect (#5381) 2022-07-20 15:42:18 +00:00
lib.rs Remove redundant Size import (#5339) 2022-07-16 13:53:41 +00:00
ui_node.rs Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
update.rs Use Affine3A for GlobalTransform to allow any affine transformation (#4379) 2022-07-16 00:51:12 +00:00