From a910c8f74a53de709c56319aa0cc2a0d1a8b4bcc Mon Sep 17 00:00:00 2001 From: Matteo Benedetto Date: Thu, 14 Aug 2025 17:41:23 +0200 Subject: [PATCH] Fix spawn_mine keybinding: change second key from "Control_R" to 2 for consistency --- conf/keybinding_game.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/keybinding_game.json b/conf/keybinding_game.json index f82b282..244148f 100644 --- a/conf/keybinding_game.json +++ b/conf/keybinding_game.json @@ -9,6 +9,6 @@ "scroll_left": ["Left", 10], "scroll_right": ["Right", 11], "spawn_bomb": ["Space", 1], - "spawn_mine": ["Left Ctrl", "Control_R", 17], + "spawn_mine": ["Left Ctrl", 2, 17], "pause": ["P", 16] } \ No newline at end of file