Added controlls pickup and use

This commit is contained in:
tognee 2019-09-18 00:25:42 +02:00
parent 52ab48ba55
commit 24460ee48c
5 changed files with 86 additions and 51 deletions

View file

@ -15,6 +15,8 @@ typedef struct {
Key k_left;
Key k_right;
Key k_attack;
Key k_pickup;
Key k_use;
Key k_menu;
Key k_pause;
Key k_accept;