first commit

This commit is contained in:
2025-01-18 18:41:27 +01:00
parent da0d76dee0
commit 5eba2b8309
160 changed files with 8255 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"reset_game": ["Return", 13],
"pause": ["P", 16],
"quit": ["Q", 12]
}
+6
View File
@@ -0,0 +1,6 @@
{
"start_game": ["Return", 13],
"toggle_full_screen": ["F"],
"quit": ["Q", 12]
}
+7
View File
@@ -0,0 +1,7 @@
{
"keydown:up": "scroll_up",
"keydown:down": "scroll_down",
"keydown:left": "scroll_left",
"keydown:right": "scroll_right"
}