From 68d218100c8babf0ae96aebe222acf834e38d972 Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 14 May 2024 19:40:53 +0200 Subject: [PATCH] rename Key Bindings to Controls --- src/menu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menu.rs b/src/menu.rs index 8b4f2f5..6849520 100644 --- a/src/menu.rs +++ b/src/menu.rs @@ -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,