home *** CD-ROM | disk | FTP | other *** search
-
- menu "buythegame" 640 480 NONE 0
- bgcolor 1 1 1 1
- borderstyle NONE
- bgfill 0 0 0 1
- fullscreen 1
- virtualres 1
-
- resource
- Label
- {
- name "Default"
- rect 0 0 512 512
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.50 0.50 0.50 0.00
- borderstyle "NONE"
- shader "main_a"
- }
-
- resource
- Label
- {
- name "Default"
- rect 384 0 256 512
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.50 0.50 0.50 0.00
- borderstyle "NONE"
- shader "main_b"
- }
-
-
- resource
- Label
- {
- name "Default"
- rect 160 152 320 176
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.50 0.50 0.50 0.00
- borderstyle "NONE"
- shader "textures/mohmenu/demo_popup"
- }
-
- resource
- Button
- {
- name "Buy Game"
- rect 168 232 304 24
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.50 0.50 0.50 0.00
- borderstyle "NONE"
- shader "menu_button_trans"
- hovershader "menu_button_glow"
- clicksound "sound/menu/apply.wav"
- stuffcommand "popmenu 0;wait 100;pushmenu buygame"
- font facfont-20
-
- }
-
- resource
- Button
- {
- name "Default"
- rect 168 265 304 24
- fgcolor 1.00 1.00 1.00 1.00
- bgcolor 0.50 0.50 0.50 0.00
- borderstyle "3D_BORDER"
- shader "menu_button_trans"
- hovershader "menu_button_glow"
- clicksound "sound/menu/back.wav"
- stuffcommand "popmenu 0"
- }
-
- end.
-