Add animated start menu and level music config
This commit is contained in:
@@ -20,10 +20,6 @@
|
||||
"keybinding_start_menu": {
|
||||
"keydown_Return": "reset_game",
|
||||
"keydown_Escape": "quit_game",
|
||||
"keydown_Up": "menu_up",
|
||||
"keydown_Down": "menu_down",
|
||||
"keydown_Left": "menu_left",
|
||||
"keydown_Right": "menu_right",
|
||||
"keydown_M": "toggle_audio",
|
||||
"keydown_F": "toggle_full_screen"
|
||||
},
|
||||
|
||||
@@ -17,10 +17,6 @@ keybinding_game:
|
||||
keybinding_start_menu:
|
||||
controllerbuttondown_a: reset_game
|
||||
controllerbuttondown_start: reset_game
|
||||
controllerbuttondown_dpad_up: menu_up
|
||||
controllerbuttondown_dpad_down: menu_down
|
||||
controllerbuttondown_dpad_left: menu_left
|
||||
controllerbuttondown_dpad_right: menu_right
|
||||
controllerbuttondown_b: quit_game
|
||||
controllerbuttondown_back: quit_game
|
||||
|
||||
|
||||
@@ -18,10 +18,6 @@ keybinding_game:
|
||||
keybinding_start_menu:
|
||||
keydown_Return: reset_game
|
||||
keydown_Escape: quit_game
|
||||
keydown_Up: menu_up
|
||||
keydown_Down: menu_down
|
||||
keydown_Left: menu_left
|
||||
keydown_Right: menu_right
|
||||
keydown_M: toggle_audio
|
||||
keydown_F: toggle_full_screen
|
||||
|
||||
|
||||
@@ -17,10 +17,6 @@ keybinding_start_menu:
|
||||
joybuttondown_13: reset_game
|
||||
joybuttondown_16: toggle_pause
|
||||
joybuttondown_12: quit_game
|
||||
joybuttondown_8: menu_up
|
||||
joybuttondown_9: menu_down
|
||||
joybuttondown_10: menu_left
|
||||
joybuttondown_11: menu_right
|
||||
|
||||
keybinding_paused:
|
||||
joybuttondown_13: reset_game
|
||||
|
||||
@@ -15,10 +15,6 @@ keybinding_start_menu:
|
||||
joybuttondown_9: reset_game
|
||||
joybuttondown_10: toggle_pause
|
||||
joybuttondown_11: quit_game
|
||||
joyhatmotion_0_1: menu_up
|
||||
joyhatmotion_0_4: menu_down
|
||||
joyhatmotion_0_8: menu_left
|
||||
joyhatmotion_0_2: menu_right
|
||||
|
||||
keybinding_paused:
|
||||
joybuttondown_9: reset_game
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"levels": {
|
||||
"1": "Clockwork_Thicket.mp3",
|
||||
"2": "Rat_Trap_Run.mp3",
|
||||
"3": "Scuttle_Through_the_Walls.mp3",
|
||||
"4": "The_Long_Way_Down.mp3",
|
||||
"5": "Clockwork_Thicket.mp3",
|
||||
"6": "Rat_Trap_Run.mp3",
|
||||
"7": "Scuttle_Through_the_Walls.mp3",
|
||||
"8": "The_Long_Way_Down.mp3",
|
||||
"9": "Clockwork_Thicket.mp3",
|
||||
"10": "Rat_Trap_Run.mp3",
|
||||
"11": "Scuttle_Through_the_Walls.mp3",
|
||||
"12": "The_Long_Way_Down.mp3",
|
||||
"13": "Clockwork_Thicket.mp3",
|
||||
"14": "Rat_Trap_Run.mp3",
|
||||
"15": "Scuttle_Through_the_Walls.mp3",
|
||||
"16": "The_Long_Way_Down.mp3",
|
||||
"17": "Clockwork_Thicket.mp3",
|
||||
"18": "Rat_Trap_Run.mp3",
|
||||
"19": "Scuttle_Through_the_Walls.mp3",
|
||||
"20": "The_Long_Way_Down.mp3",
|
||||
"21": "Clockwork_Thicket.mp3",
|
||||
"22": "Rat_Trap_Run.mp3",
|
||||
"23": "Scuttle_Through_the_Walls.mp3",
|
||||
"24": "The_Long_Way_Down.mp3",
|
||||
"25": "Clockwork_Thicket.mp3",
|
||||
"26": "Rat_Trap_Run.mp3",
|
||||
"27": "Scuttle_Through_the_Walls.mp3",
|
||||
"28": "The_Long_Way_Down.mp3",
|
||||
"29": "Clockwork_Thicket.mp3",
|
||||
"30": "Rat_Trap_Run.mp3",
|
||||
"31": "Scuttle_Through_the_Walls.mp3",
|
||||
"32": "The_Long_Way_Down.mp3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user