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() },