bevy/examples/games
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
..
alien_cake_addict.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00
breakout.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
contributors.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
game_menu.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00