rename Key Bindings to Controls
This commit is contained in:
parent
367c5a82f3
commit
68d218100c
|
@ -268,7 +268,7 @@ pub fn setup(
|
|||
TextBundle {
|
||||
text: Text {
|
||||
sections: vec![
|
||||
TextSection::new("Key Bindings\n", style_achievement_header),
|
||||
TextSection::new("Controls\n", style_achievement_header),
|
||||
TextSection::new(keybindings, style_keybindings)
|
||||
],
|
||||
justify: JustifyText::Right,
|
||||
|
|
Loading…
Reference in a new issue