Renaming WindowSize #77

Merged
raphael merged 3 commits from rename-window-size into main 2024-03-09 17:53:35 +00:00
Showing only changes of commit 55616090d6 - Show all commits

View file

@ -22,7 +22,7 @@ pub fn init_window_size(mut command: Commands) {
}
/// Calculates the ui_scale.0 depending on the [UILayoutSize]
/// in order to make the screen responsive.
/// in order to make the ui layout responsive.
pub fn change_scaling(
mut ui_scale: ResMut<UiScale>,
windows: Query<&Window>,