rename Key Bindings to Controls

This commit is contained in:
yuni 2024-05-14 19:40:53 +02:00
parent 367c5a82f3
commit 68d218100c

View file

@ -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,