mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 18:02:01 -04:00
support for controllers, save effect, fix bugs
This commit is contained in:
parent
9e5faf53de
commit
44e73566b1
16 changed files with 306 additions and 38 deletions
|
@ -665,6 +665,7 @@ void map_keyboard(EVENT_MSG *msg,void **usr)
|
|||
case 's':if (check_for_layer(cur_depth-1)) cur_depth--;break;
|
||||
case 18:
|
||||
case 'I':
|
||||
case 'O':
|
||||
case 't':if (check_for_layer(cur_depth+1)) cur_depth++;break;
|
||||
case 15:
|
||||
case 50:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue