You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
530 B
19 lines
530 B
keybinding_game: |
|
keydown_Return: spawn_rat |
|
keydown_D: kill_rat |
|
keydown_M: toggle_audio |
|
keydown_F: toggle_full_screen |
|
keydown_Up: start_scrolling|Up |
|
keydown_Down: start_scrolling|Down |
|
keydown_Left: start_scrolling|Left |
|
keydown_Right: start_scrolling|Right |
|
keyup_Up: stop_scrolling |
|
keyup_Down: stop_scrolling |
|
keyup_Left: stop_scrolling |
|
keyup_Right: stop_scrolling |
|
keydown_Space: spawn_new_bomb |
|
keydown_N: spawn_nuclear_bomb |
|
|
|
keybinding_start_menu: |
|
keydown_Return: reset_game |
|
keydown_Escape: quit_game |