home *** CD-ROM | disk | FTP | other *** search
- def x1 320
- def x2 350
- def y 20
- def dy 32
-
- Include Menu.Def
-
- FontSize Default 15 24
- FontSize Apply 15 24
- FontSize Selected 16 28
- FontSize Title 21 32
-
- def #PlayerNum 1
- def #Player Player1
- def #AutoBack AutoBack1
-
-
- item
- {
- Text ControlsO
- Font Title
- Pos 320 y Center
- Add y dy
- Add y 16
- }
-
-
- item
- {
- Text Player
- CycleButton #Num
- Pos x1 y Center
- Add y dy
- OnAction
- {
- SlideCfg #PlayerNum 1 4 3
- SetCfg #Player #Player#PlayerNum
- SetCfg #AutoBack #AutoBack#PlayerNum
- }
- }
-
-
- item
- {
- Text Ctrl
- Pos x1 y Right
- }
-
- item PlCtrl
- {
- CycleButton #Text
- Pos x2 y Left
- Add y dy
- OnAction
- {
- SlideCfg /Controller/#Player 0 6 6 //Apply
- UpdateControllers
- }
- }
-
- //item // list the values that must be Saved/Restored if exit without Apply
- //{
- // Invisible
- // OnAction
- // {
- // SetCfg /Controller/Player1 1 Apply
- // SetCfg /Controller/Player2 2 Apply
- // SetCfg /Controller/Player3 3 Apply
- // SetCfg /Controller/Player4 4 Apply
- // }
- //}
-
-
- item
- {
- Text AutoBack
- Pos x1 y Right
- }
-
- item PlCtrl
- {
- SlideButton #%
- Pos x2 y Left
- Add y dy
- OnAction
- {
- SlideCfg /Controller/#AutoBack 0 0.5 10
- UpdateControllers
- }
- }
-
-
- item
- {
- Pos 0 y
- SubMenuIf /Controller/#Player 0 0 ConfigMouse
- }
-
- item
- {
- Pos 0 y
- SubMenuIf /Controller/#Player 1 2 ConfigKeyb /Controller/#Player
- }
-
- item
- {
- Pos 0 y
- SubMenuIf /Controller/#Player 3 6 ConfigJoy /Controller/#Player -2
- }
-
-
- def y 480
-
- item
- {
- Text Back
- Add y -dy
- Add y 10
- Pos 160 y Center
- OnAction
- {
- RestoreCfg
- MenuBack
- }
- }
-
-
- item
- {
- Text Apply
- Font Apply
- Pos 480 y Center
- Add y dy
- OnAction
- {
- UpdateControllers
- Apply
- }
- }