12345678910111213141516171819 |
- # Hat: Directional pad
- # Button1: A
- # Button2: B
- # Button3: X
- # Button4: Y
- # Button5: Left trigger
- # Button6: Right trigger (NOTE: currently hardcoded to toggle the keyboard)
- # Button7: Select
- # Button8: Start
- joy1hat = act_up, act_down, act_left, act_right
- joy1button1 = act_shoot
- joy1button2 = act_bomb
- joy1button3 = act_save
- joy1button4 = act_load
- joy1button5 = act_switch
- joy1button7 = act_escape
- joy1button8 = act_menu
|