diff --git a/solitaire_engine/src/help_plugin.rs b/solitaire_engine/src/help_plugin.rs index 906599b..69669ed 100644 --- a/solitaire_engine/src/help_plugin.rs +++ b/solitaire_engine/src/help_plugin.rs @@ -51,8 +51,11 @@ fn spawn_help_screen(commands: &mut Commands) { " T Start a Time Attack session (level 5+)".to_string(), String::new(), "-- Overlays --".to_string(), - " S Toggle stats / progression".to_string(), - " H or ? Toggle this help".to_string(), + " S Stats & progression".to_string(), + " A Achievements".to_string(), + " L Leaderboard".to_string(), + " O Settings".to_string(), + " H or ? This help screen".to_string(), " Esc Pause / resume".to_string(), " [ / ] SFX volume down / up".to_string(), String::new(),