mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
adding speed control
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user