From 80b2ca18939974f907053c3d44bc29b50f06e2bf Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Wed, 27 Nov 2024 13:44:44 -0800 Subject: [PATCH] update help text --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 0e53427..2690bd7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -67,7 +67,7 @@ fn setup( // instructions commands.spawn(( Text::new( - "Up and down for camera forward and back; hold shift to change height.\nLeft or right to move left or right.\nPress 'ESC' to quit."), TextFont { + "Up and down for camera forward and back; hold shift to change height.\nLeft or right to move left or right.\nPress 'ESC' to quit; SPACE to pause."), TextFont { font_size: 20.0, ..Default::default() },