camera schmoovin
This commit is contained in:
parent
bc06894859
commit
1e6aa9f530
12 changed files with 36 additions and 34 deletions
|
@ -10,6 +10,6 @@ function c_input() {
|
|||
rightp = keyboard_check_pressed(ord("D")) + keyboard_check_pressed(vk_right);
|
||||
|
||||
select = mouse_check_button_pressed(mb_left) + keyboard_check_pressed(vk_enter);
|
||||
back = mouse_check_button_pressed(mb_right) + keyboard_check_pressed(vk_escape);
|
||||
back = mouse_check_button_pressed(mb_right) + keyboard_check_pressed(vk_escape) + keyboard_check_pressed(ord("Q"));
|
||||
stop = keyboard_check(vk_shift);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue