bevy/examples/ui
Rob Parrett 201dd62a74
Fix border color in ui_texture_slice and ui_texture_atlas_slice examples. (#14121)
# Objective

Fixes #14120

`ui_texture_slice` and `ui_texture_atlas_slice` were working as
intended, so undo the changes.

## Solution

Partially revert https://github.com/bevyengine/bevy/pull/14115 for
`ui_texture_slice` and `ui_texture_atlas_slice`.

## Testing

Ran those two examples, confirmed the border color is the thing that
changes when buttons are hovered.
2024-07-03 17:28:47 +02:00
..
borders.rs
button.rs fix remaining issues with background color in examples (#14115) 2024-07-03 07:52:06 +02:00
display_and_visibility.rs fix remaining issues with background color in examples (#14115) 2024-07-03 07:52:06 +02:00
flex_layout.rs
font_atlas_debug.rs
grid.rs
overflow_debug.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00
overflow.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00
relative_cursor_position.rs
render_ui_to_texture.rs
rounded_borders.rs
size_constraints.rs fix remaining issues with background color in examples (#14115) 2024-07-03 07:52:06 +02:00
text_debug.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00
text_wrap_debug.rs
text.rs
transparency_ui.rs Make default behavior for BackgroundColor and BorderColor more intuitive (#14017) 2024-06-26 00:16:30 +02:00
ui_material.rs
ui_scaling.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00
ui_texture_atlas_slice.rs Fix border color in ui_texture_slice and ui_texture_atlas_slice examples. (#14121) 2024-07-03 17:28:47 +02:00
ui_texture_atlas.rs Make default behavior for BackgroundColor and BorderColor more intuitive (#14017) 2024-06-26 00:16:30 +02:00
ui_texture_slice.rs Fix border color in ui_texture_slice and ui_texture_atlas_slice examples. (#14121) 2024-07-03 17:28:47 +02:00
ui.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00
viewport_debug.rs
window_fallthrough.rs
z_index.rs