pub fn show_main_menu(
    commands: Commands<'_, '_>,
    fonts: Res<'_, FontResource>,
    current_state: Res<'_, State<AppState>>
)
Expand description

Show the main menu.