first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
|
||||
"reset_game": ["Return", 13],
|
||||
"pause": ["P", 16],
|
||||
"quit": ["Q", 12]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
|
||||
"start_game": ["Return", 13],
|
||||
"toggle_full_screen": ["F"],
|
||||
"quit": ["Q", 12]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
|
||||
"keydown:up": "scroll_up",
|
||||
"keydown:down": "scroll_down",
|
||||
"keydown:left": "scroll_left",
|
||||
"keydown:right": "scroll_right"
|
||||
}
|
||||
Reference in New Issue
Block a user