bevy/examples/ui
Alice Cecile 481eec2c92 Rename UiColor to BackgroundColor (#6087)
# Objective

Fixes #6078. The `UiColor` component is unhelpfully named: it is unclear, ambiguous with border color and 

## Solution

Rename the `UiColor` component (and associated fields) to `BackgroundColor` / `background_colorl`.

## Migration Guide

`UiColor` has been renamed to `BackgroundColor`. This change affects `NodeBundle`, `ButtonBundle` and `ImageBundle`. In addition, the corresponding field on `ExtractedUiNode` has been renamed to `background_color` for consistency.
2022-09-25 00:39:17 +00:00
..
button.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00
font_atlas_debug.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
scaling.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00
text.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
text_debug.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
transparency_ui.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00
ui.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00