mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 07:05:40 +00:00
Updated Supermodel.ini with default Magical Truck Adventure controls
This commit is contained in:
parent
9a2bb78add
commit
d6ce41f971
|
@ -1,6 +1,6 @@
|
|||
;;
|
||||
;; Supermodel Configuration File
|
||||
;; Default settings for Version 0.2a.
|
||||
;; Default settings for Version 0.3a.
|
||||
;;
|
||||
|
||||
|
||||
|
@ -201,4 +201,14 @@ InputSkiPollLeft = "KEY_A,JOY1_BUTTON1"
|
|||
InputSkiPollRight = "KEY_S,JOY1_BUTTON2"
|
||||
InputSkiSelect1 = "KEY_Q,JOY1_BUTTON3"
|
||||
InputSkiSelect2 = "KEY_W,JOY1_BUTTON4"
|
||||
InputSkiSelect3 = "KEY_E,JOY1_BUTTON5"
|
||||
InputSkiSelect3 = "KEY_E,JOY1_BUTTON5"
|
||||
|
||||
; Magical Truck Adventure controls
|
||||
InputMagicalLeverUp1 = "KEY_UP"
|
||||
InputMagicalLeverDown1 = "KEY_DOWN"
|
||||
InputMagicalLeverUp2 = "NONE"
|
||||
InputMagicalLeverDown2 = "NONE"
|
||||
InputMagicalLever1 = "JOY1_YAXIS"
|
||||
InputMagicalLever2 = "JOY2_YAXIS"
|
||||
InputMagicalPedal1 = "KEY_A,JOY1_BUTTON1"
|
||||
InputMagicalPedal2 = "KEY_S,JOY2_BUTTON1"
|
||||
|
|
Loading…
Reference in a new issue