Closed
Description
It seems commit #6874 removed the image
field at line 278 of the ui.rs
example, and we don't see the bevy logo anymore in the example, even though there is a comment alleging the opposite.
Just adding back the line doesn't seem enough though. It's all flattened, and the label text displays with the image.
image: asset_server.load("branding/bevy_logo_dark_big.png").into(),