home *** CD-ROM | disk | FTP | other *** search
- #include "ui/menudef.h"
-
- {
- assetGlobalDef {
- font "fonts/font" 16 // font
- smallFont "fonts/smallfont" 12 // font
- bigFont "fonts/bigfont" 20 // font
- cursor "ui/assets/3_cursor3" // cursor
- gradientBar "ui/sidrial/hilight.tga" // gradient bar
-
-
- fadeClamp 2.0 // sets the fadeup alpha
- fadeCycle 4 // how often fade happens in milliseconds
- fadeAmount 2 // amount to adjust alpha per cycle
-
- shadowColor 0.1 0.1 0.1 0.25 // shadow color
- }
-
-
-
-
-
- menuDef {
- name "multiplayer"
- style 3
- background "blank"
- fullScreen MENU_TRUE
- rect 0 0 640 480 // Size and position of the menu
- visible MENU_TRUE // Visible on open
- focusColor 1 1 1 1 // Menu focus color for text and items
-
- onOpen {
- setitemcolor fadebox backcolor 0 0 0 1 ;
- playlooped "music/SidrialMusic_ui.wav" ;
- fadeout fadebox ;
- show format ;
- uiScript stopRefresh ;
- }
- onEsc { uiScript closeJoin }
-
- itemDef {
- name mappreview
- ownerdraw UI_NETMAPCINEMATIC
- rect 0 0 640 480
- backcolor 1 1 1 .25
- decoration
- visible 1
- }
-
- itemDef {
- name format // Layout
- style 3
- background "filter"
- backcolor .25 .5 .75 .75
- rect 0 0 640 480
- visible 0
- decoration
- }
- itemDef {
- name format
- style 3
- rect 0 0 640 480
- background "ui/sidrial/sub/white_bar.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 0
- decoration
- }
- itemDef {
- name format // Layout
- style 3
- background "sub_swooshb"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- rect 0 0 640 480
- visible 0
- decoration
- }
- itemDef {
- name multiplayer
- group icon
- style 3
- rect 580 40 40 40
- background "ui/sidrial/icon_multiplayer.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef {
- name subtitle
- group words
- type 0
- text "Join Server"
- style 0
- textstyle 6
- rect 500 40 80 40
- forecolor .66 1 0 1
- textalignx 75
- textaligny 27
- textalign 2
- textscale .3
- visible 1
- decoration
- }
- itemDef {
- name title
- style 3
- rect 10 5 256 32
- background "ui/sidrial/text_multiplayer.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef {
- name backbar
- group Bar
- style 2
- rect 20 420 210 40
- backcolor .66 1 0 .7
- border 0
- visible 0
- action { close multiplayer ; open main }
- }
- itemDef {
- name back
- group icon
- style 3
- rect 15 420 40 40
- background "ui/sidrial/sub/icon_left.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { close multiplayer ; open main }
- }
- itemDef {
- name back
- group words
- type 1
- text "Back"
- style 0
- textstyle 6
- rect 15 420 150 40
- forecolor .66 1 0 1
- textalignx 45
- textaligny 25
- textalign 0
- textscale .3
- visible 1
- mouseEnter { fadein message_back; transition backbar 20 440 196 0 20 420 196 40 20 5 ;}
- mouseExit { fadeout message_back; transition backbar 20 420 196 40 20 440 196 0 20 5 ; }
- action { close multiplayer ; open main }
- }
-
- itemDef {
- name continuebar
- group continue
- style 2
- rect 405 420 -210 40
- backcolor .66 1 0 .7
- border 0
- visible 0
- action { close multiplayer; uiScript JoinServer }
- }
- itemDef {
- name icon
- group continue
- style 3
- rect 585 420 40 40
- background "ui/sidrial/sub/icon_right.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { close multiplayer; uiScript JoinServer }
- }
- itemDef {
- name continue
- group words
- type 1
- text "Continue"
- style 0
- textstyle 6
- rect 485 420 150 40
- forecolor .66 1 0 1
- textalignx 15
- textaligny 25
- textalign 0
- textscale .3
- visible 1
- mouseEnter { transition continuebar 405 440 -210 0 405 420 -210 40 20 5 ; fadein message_accept }
- mouseExit { transition continuebar 405 420 -210 40 405 440 -210 0 20 5 ; fadeout message_accept }
- action { close multiplayer; uiScript JoinServer }
- }
- // DATE AND MESSAGE OF THE DAY //
-
- itemDef {
- name datewindow
- rect 10 380 265 25
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor .66 1 0 1
- backcolor .66 1 0 .1
- visible 1
- }
- itemDef {
- name messagewindow
- rect 275 380 355 25
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor .66 1 0 1
- backcolor .66 1 0 .1
- visible 1
- decoration
- }
-
- itemDef {
- name refreshdate
- ownerdraw UI_SERVERREFRESHDATE
- textscale .23
- rect 13 380 265 25
- textalign 0
- textalignx 5
- textaligny 20
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- /*
- itemDef {
- name messageoftheday
- ownerdraw UI_SERVERMOTD
- textscale .3
- rect 275 380 355 25
- forecolor 1 1 1 1
- visible 1
- decoration
- }*/
-
- //ROWS//
- /*
- itemDef {
- name horizontoalseparators
- rect 10 172 604 20
- style WINDOW_STYLE_FILLED
- border 0
- backcolor 0 0 .5 .75
- visible 1
- decoration
- }
- itemDef {
- name horizontoalseparators
- rect 10 212 604 20
- style WINDOW_STYLE_FILLED
- border 0
- backcolor 0 0 .5 .75
- visible 1
- decoration
- }
- itemDef {
- name horizontoalseparators
- rect 10 252 604 20
- style WINDOW_STYLE_FILLED
- border 0
- backcolor 0 0 .5 .75
- visible 1
- decoration
- }
- itemDef {
- name horizontoalseparators
- rect 10 292 604 20
- style WINDOW_STYLE_FILLED
- border 0
- backcolor 0 0 .5 .75
- visible 1
- decoration
- }
- itemDef {
- name horizontoalseparators
- rect 10 332 604 20
- style WINDOW_STYLE_FILLED
- border 0
- backcolor 0 0 .5 .75
- visible 1
- decoration
- }
- itemDef {
- name horizontoalseparators
- rect 10 372 604 8
- style WINDOW_STYLE_FILLED
- border 0
- backcolor 0 0 .5 .75
- visible 1
- decoration
- }
- */
- // COLUMNS //
-
-
-
- itemDef {
- name serverColumn
- group grpColumn
- rect 10 168 265 210
- style WINDOW_STYLE_FILLED
- border 1
- backcolor .66 1 0 .1
- bordersize 1
- bordercolor .66 1 0 .6
- visible 1
- decoration
- }
- itemDef {
- name mapColumn
- group grpColumn
- rect 275 168 125 210
- style WINDOW_STYLE_FILLED
- border 1
- backcolor .66 1 0 .1
- bordersize 1
- bordercolor .66 1 0 .6
- visible 1
- decoration
- }
- itemDef {
- name playerColumn
- group grpColumn
- rect 400 168 60 210
- style WINDOW_STYLE_FILLED
- border 1
- backcolor .66 1 0 .1
- bordersize 1
- bordercolor .66 1 0 .6
- visible 1
- decoration
- }
- itemDef {
- name typeColumn
- group grpColumn
- rect 460 168 100 210
- style WINDOW_STYLE_FILLED
- border 1
- backcolor .66 1 0 .1
- bordersize 1
- bordercolor .66 1 0 .6
- visible 1
- decoration
- }
- itemDef {
- name pingColumn
- group grpColumn
- rect 560 168 52 210
- style WINDOW_STYLE_FILLED
- border 1
- backcolor .66 1 0 .1
- bordersize 1
- bordercolor .66 1 0 .6
- visible 1
- decoration
- }
-
-
-
- itemDef {
- name serverlist
- rect 10 168 620 210
- type ITEM_TYPE_LISTBOX
- style WINDOW_STYLE_FILLED
- elementwidth 120
- elementheight 20
- textscale .3
- elementtype LISTBOX_TEXT
- feeder FEEDER_SERVERS
- border 1
- bordercolor .66 1 0 1
- forecolor 1 1 1 1
- backcolor 0 0 0 0
- outlinecolor .66 1 0 1
- visible 1
- columns 5 2 40 40 275 40 20 400 5 10 460 20 10 560 20 20
- mouseenter { setitemcolor serverlist bordercolor 1 1 1 1 }
- mouseexit { setitemcolor serverlist bordercolor .66 1 0 1 }
- doubleClick { uiScript JoinServer }
- }
-
-
-
-
-
- // SORT TABS //
-
-
- itemDef {
- name server
- group grpTabs
- text "Server Name"
- textstyle 6
- type ITEM_TYPE_BUTTON
- textscale .25
- style WINDOW_STYLE_FILLED
- background "ui/assets/sorttab.tga"
- rect 11 143 110 26
- textalign 1
- textalignx 59 // center
- textaligny 21
- forecolor 1 1 1 1
- backcolor .66 1 0 .6
- visible 1
- action { play "sound/UI/menu2.wav" ;
- uiScript ServerSort 0 ;
- setitemcolor grpTabs backcolor .66 1 0 .6;
- setitemcolor server backcolor .66 1 0 .8 ;
- setitemcolor grpColumn backcolor .66 1 0 .1 ;
- setitemcolor serverColumn backcolor .66 1 0 .3 }
- mouseEnter { show message_sort ; setitemcolor serverColumn bordercolor 1 1 1 1 }
- mouseExit { hide message_sort ; setitemcolor serverColumn bordercolor .66 1 0 1 }
- }
-
-
-
- itemDef {
- name map
- group grpTabs
- type ITEM_TYPE_BUTTON
- text "Map Name"
- textstyle 6
- textscale .25
- style WINDOW_STYLE_FILLED
- background "ui/assets/sorttab.tga"
- rect 275 143 100 26
- textalign 1
- textalignx 50 // center
- textaligny 21
- backcolor .66 1 0 .6
- forecolor 1 1 1 1
- visible 1
- action { play "sound/UI/menu2.wav" ;
- uiScript ServerSort 1 ;
- setitemcolor grpTabs backcolor .66 1 0 .6 ;
- setitemcolor map backcolor .66 1 0 .8 ;
- setitemcolor grpColumn backcolor .66 1 0 .1 ;
- setitemcolor mapColumn backcolor .66 1 0 .3 }
- mouseEnter { show message_sort ; setitemcolor mapColumn bordercolor 1 1 1 1}
- mouseExit { hide message_sort ; setitemcolor mapColumn bordercolor .66 1 0 .6 }
- }
-
-
-
- itemDef {
- name Players
- group grpTabs
- text "#Plyrs"
- type ITEM_TYPE_BUTTON
- textstyle 6
- textscale .25
- style WINDOW_STYLE_FILLED
- background "ui/assets/sorttab.tga"
- rect 400 143 50 26
- textalign 1
- textalignx 25 // center
- textaligny 21
- forecolor 1 1 1 1
- backcolor .66 1 0 .6
- visible 1
- action { play "sound/UI/menu2.wav" ;
- uiScript ServerSort 2 ;
- setitemcolor grpTabs backcolor .66 1 0 .6 ;
- setitemcolor Players backcolor .66 1 0 .8 ;
- setitemcolor grpColumn backcolor .66 1 0 .1 ;
- setitemcolor playerColumn backcolor .66 1 0 .3 }
- mouseEnter { show message_sort ; setitemcolor playerColumn bordercolor 1 1 1 1 }
- mouseExit { hide message_sort ; setitemcolor playerColumn bordercolor .66 1 0 .6 }
- }
-
-
- itemDef {
- name Type
- group grpTabs
- text "Type"
- textscale .25
- textstyle 6
- type ITEM_TYPE_BUTTON
- style WINDOW_STYLE_FILLED
- background "ui/assets/sorttab.tga"
- rect 460 143 60 26
- textalign 1
- textalignx 30 // center
- textaligny 21
- backcolor .66 1 0 .6
- forecolor 1 1 1 1
- visible 1
- action { play "sound/UI/menu2.wav" ;
- uiScript ServerSort 3 ;
- setitemcolor grpTabs backcolor .66 1 0 .6 ;
- setitemcolor Type backcolor .66 1 0 .8 ;
- setitemcolor grpColumn backcolor .66 1 0 .1 ;
- setitemcolor typeColumn backcolor .66 1 0 .3 }
- mouseEnter { show message_sort ; setitemcolor typeColumn bordercolor 1 1 1 1 }
- mouseExit { hide message_sort ; setitemcolor typeColumn bordercolor .66 1 0 .6 }
- }
-
-
- itemDef {
- name Ping
- group grpTabs
- text "Ping"
- type ITEM_TYPE_BUTTON
- textstyle 6
- textscale .25
- style WINDOW_STYLE_FILLED
- background "ui/assets/sorttab.tga"
- rect 560 143 52 26
- textalign 1
- textalignx 26 // center
- textaligny 21
- backcolor .66 1 0 .6
- forecolor 1 1 1 1
- visible 1
- action { play "sound/UI/menu2.wav" ;
- uiScript ServerSort 4 ;
- setitemcolor grpTabs backcolor .66 1 0 .6 ;
- setitemcolor Ping backcolor .66 1 0 .8 ;
- setitemcolor grpColumn backcolor .66 1 0 .1 ;
- setitemcolor pingColumn backcolor .66 1 0 .3 }
- mouseEnter { show message_sort ; setitemcolor pingColumn bordercolor 1 1 1 1 }
- mouseExit { hide message_sort ; setitemcolor pingColumn bordercolor .66 1 0 .6 }
- }
-
-
-
-
-
- // BUTTONS //
- //Get New List
- itemDef {
- name refreshbar
- group button
- style WINDOW_STYLE_FILLED
- rect 13 120 120 20
- backcolor .66 1 0 .7
- visible 0
- action { play "sound/UI/menu2.wav" ;
- uiScript RefreshServers }
- }
- itemDef {
- name brace
- group button
- style 3
- rect 3 117 25 25
- background "ui/sidrial/sub/brace.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu2.wav" ;
- uiScript RefreshServers }
- }
- itemDef {
- name brace
- group button
- style 3
- rect 118 117 25 25
- background "ui/sidrial/sub/brace_right.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu2.wav" ;
- uiScript RefreshServers }
- }
- itemDef {
- name refreshSource
- group button
- text "Get New List"
- textscale .3
- textstyle 6
- style WINDOW_STYLE_FILLED
- type ITEM_TYPE_BUTTON
- rect 13 120 120 20
- textalign 1
- textalignx 60 // center
- textaligny 15
- forecolor .66 1 0 1
- visible 1
- mouseEnter { transition refreshbar 13 130 120 0 13 120 120 20 20 5; fadein message_refreshSource;}
- mouseExit { transition refreshbar 13 120 120 20 13 130 120 0 20 5; fadeout message_refreshSource;}
- action { play "sound/UI/menu2.wav" ;
- uiScript RefreshServers }
- }
- //Refresh List
- itemDef {
- name filterbar
- group button
- style WINDOW_STYLE_FILLED
- rect 140 120 120 20
- backcolor .66 1 0 .7
- visible 0
- action { play "sound/UI/menu2.wav" ;
- uiScript RefreshFilter }
- }
- itemDef {
- name brace
- group button
- style 3
- rect 128 117 25 25
- background "ui/sidrial/sub/brace.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu2.wav" ;
- uiScript RefreshFilter }
- }
- itemDef {
- name brace
- group button
- style 3
- rect 245 117 25 25
- background "ui/sidrial/sub/brace_right.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu2.wav" ;
- uiScript RefreshFilter }
- }
- itemDef {
- name refreshFilter
- text "Refresh List"
- textscale .3
- textstyle 6
- style WINDOW_STYLE_EMPTY
- type ITEM_TYPE_BUTTON
- rect 140 120 120 20
- textalign 1
- textalignx 60 // center
- textaligny 15
- forecolor .66 1 0 1
- visible 1
- mouseEnter { transition filterbar 140 130 120 0 140 120 120 20 20 5 ; fadein message_refreshFilter; }
- mouseExit { transition filterbar 140 120 120 20 140 130 120 0 20 5 ; fadeout message_refreshFilter;}
- action { play "sound/UI/menu2.wav" ;
- uiScript RefreshFilter }
- }
- //Server Info
- itemDef {
- name infobar
- group button
- style WINDOW_STYLE_FILLED
- rect 267 120 120 20
- backcolor .66 1 0 .7
- visible 0
- action { play "sound/UI/menu2.wav" ;
- open serverinfo_popmenu ; }
- }
- itemDef {
- name brace
- group button
- style 3
- rect 255 117 25 25
- background "ui/sidrial/sub/brace.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu2.wav" ;
- open serverinfo_popmenu ; }
- }
- itemDef {
- name brace
- group button
- style 3
- rect 372 117 25 25
- background "ui/sidrial/sub/brace_right.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu2.wav" ;
- open serverinfo_popmenu ; }
- }
- itemDef {
- name serverinfo
- text "Server Info"
- textscale .3
- textstyle 6
- style WINDOW_STYLE_EMPTY
- type ITEM_TYPE_BUTTON
- rect 267 120 120 20
- textalign 1
- textalignx 60 // center
- textaligny 15
- forecolor .66 1 0 1
- visible 1
- mouseEnter { transition infobar 267 130 120 0 267 120 120 20 20 5; fadein message_serverinfo; }
- mouseExit { transition infobar 267 120 120 20 267 130 120 0 20 5; fadeout message_serverinfo;}
- action { play "sound/UI/menu2.wav" ;
- open serverinfo_popmenu ; }
- }
- //Create Server
- itemDef {
- name serverbar
- group button
- style WINDOW_STYLE_FILLED
- rect 505 120 120 20
- backcolor .66 1 0 .7
- visible 0
- action { play "sound/UI/menu2.wav" ; close multiplayer;
- open server;}
- }
- itemDef {
- name brace
- group button
- style 3
- rect 495 117 25 25
- background "ui/sidrial/sub/brace.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu2.wav" ; close multiplayer;
- open server;}
- }
- itemDef {
- name brace
- group button
- style 3
- rect 610 117 25 25
- background "ui/sidrial/sub/brace_right.tga"
- backcolor .66 1 0 .1
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu2.wav" ; close multiplayer;
- open server;}
- }
- itemDef {
- name server
- text "Create Server"
- textscale .3
- textstyle 6
- style WINDOW_STYLE_EMPTY
- type ITEM_TYPE_BUTTON
- rect 505 120 120 20
- textalign 1
- textalignx 60 // center
- textaligny 15
- forecolor .66 1 0 1
- visible 1
- mouseEnter { show message_create; transition serverbar 505 130 120 0 505 120 120 20 20 5; fadein message_createserver }
- mouseExit { hide message_create; transition serverbar 505 120 120 20 505 130 120 0 20 5; fadeout message_createserver;}
- action { play "sound/UI/menu2.wav" ; close multiplayer;
- open server;}
- }
- // VIEW OPTIONS //
- itemDef {
- name gametypefield
- style 0
- ownerdraw UI_NETSOURCE
- rect 280 380 125 25
- textalign ITEM_ALIGN_LEFT
- textalignx 2
- textaligny 20
- textscale .23
- forecolor 1 1 1 1
- visible 1
- action { play "sound/UI/menu2.wav" }
- mouseEnter { show message_source }
- mouseExit { hide message_source }
- }
- itemDef {
- name viewEmpty
- type ITEM_TYPE_YESNO
- text "View Empty:"
- cvar "ui_browserShowEmpty"
- textscale .23
- rect 405 380 125 25
- textalign 0
- textalignx 0
- textaligny 20
- forecolor 1 1 1 1
- visible 1
- action { play "sound/UI/menu2.wav" ;
- uiScript RefreshFilter }
- mouseEnter { show message_viewEmpty }
- mouseExit { hide message_viewEmpty }
- }
- itemDef {
- name viewEmpty
- type 11
- text "View Full:"
- cvar "ui_browserShowFull"
- textscale .23
- rect 530 380 125 25
- textalign 0
- textalignx 0
- textaligny 20
- forecolor 1 1 1 1
- visible 1
- action { uiScript RefreshFilter ;
- play "sound/UI/menu2.wav" }
- mouseEnter { show message_viewFull }
- mouseExit { hide message_viewFull }
- }
-
- // MESSAGES //
-
- itemDef {
- name message_back
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Back to Main Menu"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_accept
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textalignx 0
- textstyle 6
- textaligny 25
- textscale .3
- text "Connect to Server"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_serverinfo
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Display Current Server Info"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_source
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Set Source"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_sort
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Sort Column"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_refreshSource
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Update Server List from Current Source"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_refreshFilter
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Refresh All Current Servers"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_viewEmpty
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Display Empty Servers"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_create
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Create A New Server"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_viewFull
- group grpmessage
- style 0
- rect 320 420 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Display Full Servers"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name fadebox // Box for fading in menus
- style WINDOW_STYLE_FILLED
- background "ui/sidrial/fadebox.tga"
- forecolor 0 0 0 1
- backcolor 0 0 0 1
- rect 0 0 640 480
- visible 1
- decoration
- }
-
- }
-
- }