Remove unused configuration files and binaries related to keybindings and engine demo

This commit is contained in:
Matteo Benedetto
2025-05-14 20:47:26 +02:00
parent 882a4aac62
commit c7cfe6b0c6
20 changed files with 110 additions and 24326 deletions
-6
View File
@@ -1,6 +0,0 @@
{
"reset_game": ["Return", 13],
"pause": ["P", 16],
"quit": ["Q", 12]
}
-6
View File
@@ -1,6 +0,0 @@
{
"start_game": ["Return", 13],
"toggle_full_screen": ["F"],
"quit": ["Q", 12]
}
-7
View File
@@ -1,7 +0,0 @@
{
"keydown:up": "scroll_up",
"keydown:down": "scroll_down",
"keydown:left": "scroll_left",
"keydown:right": "scroll_right"
}