home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Ben - read the comment below
- ;
-
- wallpaper cdgamer.pcx
-
- MenuXpos 3
- MenuYpos 34
- MenuWidth 39
- MenuHeight 2
- MenuColour BLUE
- MenuPointerColour Yellow
-
- ButtonColour LIGHTGRAY
- ButtonBorderColour DARKGRAY
- ButtonTopHighLightColour WHITE
- ButtonBottomHighLightColour DARKGRAY
- ButtonTextColour BLACK
- ButtonHighLightColour RED
- ButtonNotAvailableColour DARKGRAY
-
- ; Ben - Change the four following button definitions to that instead
- ; of reading ...
- ; ButtonAction submenu mfl.mnu
- ; they read something like ...
- ; ButtonAction submenu previews.mnu
- ; That's all there is to do !!!
-
- ButtonIcon dhicon.pcx
- ButtonText @oom and Heretic
- ButtonHotKey D
- ButtonAction submenu doom.mnu
- ButtonXpos 3
- ButtonYpos 15
- ButtonWidth 18
-
-
- ButtonIcon swicon.pcx
- ButtonText @hareware
- ButtonHotKey S
- ButtonAction submenu shware.mnu
- ButtonXpos 35
- ButtonYpos 15
- ButtonWidth 18
-
- ButtonIcon pdicon.pcx
- ButtonText @layable Demos
- ButtonHotKey P
- ButtonAction submenu play.mnu
- ButtonXpos 21
- ButtonYpos 27
- ButtonWidth 18
-
-
- ButtonIcon hpicon.pcx
- ButtonText @ot Previews
- ButtonHotKey H
- ButtonAction submenu hot.mnu
- ButtonXpos 54
- ButtonYpos 27
- ButtonWidth 18
-
-
- ; Define the Exit button
-
- ButtonText @ Exit
- ButtonHotKey Esc
- ButtonAction Exit
- ButtonXpos 3
- ButtonYpos 27
- ButtonWidth 8
-
- ;
- ; End of Menu Configuration File
- ;
-