Remove 'kill_rat' keybinding from game controls for cleaner input mapping
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user