Added in head crafting and pickup button

This commit is contained in:
tognee 2019-09-18 00:39:14 +02:00
parent 24460ee48c
commit 7bc9c274de
6 changed files with 91 additions and 11 deletions

View file

@ -376,8 +376,8 @@ void tickMenu(int menu){
keyProp[3] = KEY_DRIGHT | KEY_CPAD_RIGHT | KEY_CSTICK_RIGHT;
keyProp[4] = KEY_A;
keyProp[5] = KEY_B;
keyProp[6] = KEY_Y;
keyProp[7] = KEY_X ;
keyProp[6] = KEY_X;
keyProp[7] = KEY_Y ;
keyProp[8] = KEY_START;
keyProp[9] = KEY_A;
keyProp[10] = KEY_B;