update help text

This commit is contained in:
Joe Ardent 2024-11-27 13:44:44 -08:00
parent 5158fba63b
commit 80b2ca1893

View file

@ -67,7 +67,7 @@ fn setup(
// instructions // instructions
commands.spawn(( commands.spawn((
Text::new( 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, font_size: 20.0,
..Default::default() ..Default::default()
}, },