Fix spawn_mine keybinding: change second key from "Control_R" to 2 for consistency

This commit is contained in:
2025-08-14 17:41:23 +02:00
parent f4ca5bba5b
commit a910c8f74a
+1 -1
View File
@@ -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]
}