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
|
// 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()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue