mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
0746b8eb4c
# Objective Fixes #12225 Prior to the `bevy_color` port, `GREEN` used to mean "full green." But it is now a much darker color matching the css1 spec. ## Solution Change usages of `basic::GREEN` or `css::GREEN` to `LIME` to restore the examples to their former colors. This also removes the duplicate definition of `GREEN` from `css`. (it was already re-exported from `basic`) ## Note A lot of these examples could use nicer colors. I'm not trying to do that here. "Dark Grey" will be tackled separately and has its own tracking issue. |
||
---|---|---|
.. | ||
audio.rs | ||
audio_control.rs | ||
decodable.rs | ||
pitch.rs | ||
spatial_audio_2d.rs | ||
spatial_audio_3d.rs |