Remove 'kill_rat' keybinding from game controls for cleaner input mapping

This commit is contained in:
2026-05-07 17:49:52 +02:00
parent 509b3433b8
commit 9421d8d47c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,7 +1,6 @@
{
"keybinding_game": {
"keydown_Return": "spawn_rat",
"keydown_D": "kill_rat",
"keydown_M": "toggle_audio",
"keydown_F": "toggle_full_screen",
"keydown_Up": "start_scrolling|Up",
-1
View File
@@ -1,6 +1,5 @@
keybinding_game:
keydown_Return: spawn_rat
keydown_D: kill_rat
keydown_M: toggle_audio
keydown_F: toggle_full_screen
keydown_Up: start_scrolling|Up