Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* UiCameraBundle has been removed. Ui camera is now on-by-default. - bevyengine/bevy#4745 * Rect is now UiRect * Text::with_section() is now Text::from_section() and alignment is set with with_alignment ```rust Text::from_section( "Score", TextStyle { font: font_spec.family.clone(), font_size: 15.0, color: Color::WHITE, }).with_alignment( TextAlignment { vertical: VerticalAlign::Center, horizontal: HorizontalAlign::Center, }, ), ``` * QuerySet is now ParamSet * OrthographicCameraBundle is now Camera2dBundle::default()
- Loading branch information