adding speed control

This commit is contained in:
langolierz
2018-10-01 18:48:11 +00:00
parent ea58f44755
commit 6735716482
4 changed files with 34 additions and 28 deletions

View File

@@ -59,10 +59,10 @@
"DEFAULT": ["load_slot_6_into_next_player","toggle_shaders"]
},
"q": {
"DEFAULT": ["load_slot_7_into_next_player"]
"DEFAULT": ["load_slot_7_into_next_player", "increase_speed"]
},
"r": {
"DEFAULT": ["load_slot_8_into_next_player"]
"DEFAULT": ["load_slot_8_into_next_player", "decrease_speed"]
},
"s": {
"DEFAULT": ["load_slot_9_into_next_player","quit_the_program"]