Skip to content

Commit

Permalink
Fixed docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IDEDARY committed Jun 10, 2024
1 parent 408029e commit 1894685
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ui.spawn((
UiLink::<MainUi>::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")),
Expand Down
Binary file added promo/bevy_lunex_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1894685

Please sign in to comment.