update help text
This commit is contained in:
parent
5158fba63b
commit
80b2ca1893
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue