bevy/examples/games
Aevyrie 1918608b02
Update default ClearColor to better match Bevy's branding (#10339)
# Objective

- Changes the default clear color to match the code block color on
Bevy's website.

## Solution

- Changed the clear color, updated text in examples to ensure adequate
contrast. Inconsistent usage of white text color set to use the default
color instead, which is already white.
- Additionally, updated the `3d_scene` example to make it look a bit
better, and use bevy's branding colors.


![image](https://github.com/bevyengine/bevy/assets/2632925/540a22c0-826c-4c33-89aa-34905e3e313a)
2023-11-03 12:57:38 +00:00
..
alien_cake_addict.rs Allow clippy::type_complexity in more places. (#9796) 2023-10-02 21:55:16 +00:00
breakout.rs Use chain in breakout example (#10124) 2023-10-16 22:15:32 +00:00
contributors.rs Update default ClearColor to better match Bevy's branding (#10339) 2023-11-03 12:57:38 +00:00
game_menu.rs Allow clippy::type_complexity in more places. (#9796) 2023-10-02 21:55:16 +00:00