diff --git a/src/widgets.rs b/src/widgets.rs index b4b988b..0087967 100644 --- a/src/widgets.rs +++ b/src/widgets.rs @@ -216,6 +216,11 @@ fn spawn_gameover_ui(mut commands: Commands) { ..default() }, children![ + ( + Text::new("Game Over"), + TextFont::from_font_size(35.0), + TextShadow::default(), + ), (button_bundle("Main Menu"), ButtonMenuAction::ToMainMenu,), (button_bundle("Quit"), ButtonMenuAction::Quit), ],