bevy/crates/bevy_ui/src
Michel van der Hulst 0981789ec7 Fixes incorrect glyph positioning for text2d (#6273)
# Objective
Fixes #6272

## Solution
Revert to old way of positioning text for Text2D rendered text.


Co-authored-by: Michel van der Hulst <hulstmichel@gmail.com>
2022-10-18 13:28:34 +00:00
..
flex Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
render Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
widget Fixes incorrect glyph positioning for text2d (#6273) 2022-10-18 13:28:34 +00:00
entity.rs Make the default background color of NodeBundle transparent (#6211) 2022-10-09 21:03:05 +00:00
focus.rs Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
geometry.rs Add additional constructors for UiRect to specify values for specific fields (#5988) 2022-09-27 18:11:39 +00:00
lib.rs Change UI coordinate system to have origin at top left corner (#6000) 2022-10-11 12:51:44 +00:00
ui_node.rs Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
update.rs Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00