diff --git a/docs/src/quick_start.md b/docs/src/quick_start.md index f3f0ef1..eee31f4 100644 --- a/docs/src/quick_start.md +++ b/docs/src/quick_start.md @@ -96,7 +96,7 @@ ui.spawn(( UiLink::::path("Root/Rectangle"), // Specify UI layout - UiLayout::solid()::new().size(Ab((1920.0, 1080.0))).pack(), + UiLayout::solid().size(Ab((1920.0, 1080.0))).pack(), // Add image to the entity UiImage2dBundle::from(assets.load("background.png")), diff --git a/promo/bevy_lunex_banner.png b/promo/bevy_lunex_banner.png new file mode 100644 index 0000000..2e2f02c Binary files /dev/null and b/promo/bevy_lunex_banner.png differ