[Remove] Who the hell uses arrow keys for movement these days anyway?!
This commit is contained in:
parent
066d4871cc
commit
bf4b1fb02a
@ -62,11 +62,8 @@ int main(int argc, char** argv) {
|
||||
|
||||
// input.
|
||||
input_init();
|
||||
input_setKeybind("accel", KEYBIND_KEYBOARD, SDLK_UP, 0);
|
||||
input_setKeybind("accel", KEYBIND_KEYBOARD, SDLK_w, 0);
|
||||
input_setKeybind("left", KEYBIND_KEYBOARD, SDLK_LEFT, 0);
|
||||
input_setKeybind("left", KEYBIND_KEYBOARD, SDLK_a, 0);
|
||||
input_setKeybind("right", KEYBIND_KEYBOARD, SDLK_RIGHT, 0);
|
||||
input_setKeybind("right", KEYBIND_KEYBOARD, SDLK_d, 0);
|
||||
|
||||
// Use Lua to parse configuration file.
|
||||
|
Loading…
Reference in New Issue
Block a user