home *** CD-ROM | disk | FTP | other *** search
- #include "ui/menudef.h"
-
- {
- \\ score_menu \\
-
- menuDef {
- name "teamscore_menu"
- visible 0
- fullscreen 0
- rect 0 0 640 480
- focusColor 1 1 1 1
- style 0
- border 1
-
-
- // GAMETYPE BAR //
-
-
- itemDef {
- name gameStatusWindow
- style 4
- rect 14 40 612 35
- border 1
- visible 1
- decoration
- }
- itemDef {
- name score
- ownerdraw CG_KILLER
- textscale .4
- textstyle 6
- style 0
- rect 0 40 640 27
- textalignx 0
- textaligny 27
- textalign 1
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- }
-
-
-
- // TEAM NAME //
- itemDef {
- name teamNameWindow
- rect 14 78 612 30
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor .66 1 0 1
- forecolor 1 1 1 1
- backcolor .66 1 0 .3
- visible 1
- decoration
- }
- itemDef {
- name score
- text " "
- ownerdraw CG_GAME_STATUS
- textscale .3
- textstyle 6
- style 0
- rect 0 78 640 23
- textalignx 320
- textaligny 0
- textalign 1
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef {
- name redteamname
- ownerdraw CG_RED_NAME
- textalign 0
- textscale .3
- textstyle 6
- rect 20 78 306 23
- forecolor 1 0 0 1
- decoration
- visible 1
- }
-
- itemDef {
- name blueteamname
- ownerdraw CG_BLUE_NAME
- text " "
- textstyle 6
- textalign 2
- textscale .3
- rect 600 78 0 23
- forecolor 0 0 1 1
- decoration
- visible 1
- }
-
-
- // TEAM BARS //
-
- itemDef {
- name leftteambar
- rect 14 112 305 25
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor 1 0 0 1
- forecolor 1 1 1 1
- backcolor 1 0 0 .25
- visible 1
- decoration
- }
-
- itemDef {
- name rightteambar
- rect 321 112 305 25
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor 0 0 1 1
- forecolor 1 1 1 1
- backcolor 0 0 1 .25
- visible 1
- decoration
- }
-
- // TEAM HEADINGS //
-
- itemDef {
- name leftteamheadings
- text " Status Name Score Time Ping"
- textscale .2
- textstyle 6
- style 0
- rect 25 112 128 30
- textalign 0
- textalignx 0 // x alignment point for text
- // use it to offset left/right text from the edge
- // or to center the text on a different point
- textaligny 18
- backcolor .66 1 0 .25
- forecolor 1 1 1 1
- decoration
- visible 1
- }
- itemDef {
- name rightteamheadings
- text " Status Name Score Time Ping"
- textscale .2
- textstyle 6
- style 0
- rect 331 112 128 30
- textalign 0
- textalignx 0 // x alignment point for text
- // use it to offset left/right text from the edge
- // or to center the text on a different point
- textaligny 18
- backcolor .66 1 0 .25
- forecolor 1 1 1 1
- decoration
- visible 1
- }
- // GRADIENT BACKGROUNDS //
- itemDef {
- name window
- rect 320 142 1 220
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor .66 1 0 1
- forecolor .66 1 0 1
- backcolor .66 1 0 .3
- visible 1
- decoration
- }
-
- itemDef {
- name window
- rect 300 142 1 220
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor .66 1 0 1
- visible 1
- decoration
- }
-
- itemDef {
- name window
- rect 606 142 1 220
- style WINDOW_STYLE_FILLED
- backcolor .66 1 0 .3
- border 1
- bordercolor .66 1 0 1
- visible 1
- decoration
- }
- // PLAYER LIST BORDER //
-
- itemDef {
- name window
- rect 14 141 612 221
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor .66 1 0 1
- forecolor 1 1 1 1
- backcolor .66 1 0 .3
- visible 1
- decoration
- }
- // LIST //
- itemDef {
- name leftlist
- rect 14 142 306 222
- forecolor 1 1 1 1
- backcolor .66 1 0 .3
- visible 1
- type ITEM_TYPE_LISTBOX
- elementwidth 135
- elementheight 20
- textscale .2
- textstyle 6
- elementtype LISTBOX_TEXT
- feeder FEEDER_REDTEAM_LIST
- notselectable
- columns 7 2 12 12 18 12 12 34 20 20 78 75 16 183 20 20 221 20 20 251 10 10
- }
- itemDef {
- name rightlist
- rect 320 142 306 222
- forecolor 1 1 1 1
- backcolor .66 1 0 .3
- visible 1
- type ITEM_TYPE_LISTBOX
- elementwidth 135
- elementheight 20
- textscale .2
- textstyle 6
- elementtype LISTBOX_TEXT
- feeder FEEDER_BLUETEAM_LIST
- notselectable
- columns 7 2 12 12 18 12 12 34 20 20 78 75 16 183 20 20 221 20 20 251 10 10
- }
-
-
-
-
-
- // spectators //
-
-
- itemDef {
- name window
- rect 14 365 612 24
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor .66 1 0 1
- forecolor 1 1 1 .7
- backcolor .66 1 0 .3
- textscale .33
- textstyle 6
- visible 1
- decoration
- }
-
- itemDef {
- name window
- text "Spectating:"
- textaligny 20
- rect 19 365 82 24
- style WINDOW_STYLE_FILLED
- forecolor 1 1 1 1
- textscale .33
- textstyle 6
- textalignx 3
- visible 1
- decoration
- }
-
- itemDef {
- name window
- rect 100 365 520 24
- style WINDOW_STYLE_FILLED
- forecolor 1 1 1 1
- textscale .33
- textstyle 6
- visible 1
- ownerdraw CG_SPECTATORS
- decoration
- }
-
- // GAMETYPE //
-
- itemDef {
- name window
- rect 14 393 612 34
- style WINDOW_STYLE_FILLED
- border 1
- bordercolor .66 1 0 1
- forecolor 1 1 1 .7
- backcolor .66 1 0 .3
- visible 1
- decoration
- }
- itemDef {
- name window
- rect 220 393 200 34
- style WINDOW_STYLE_EMPTY
- backcolor .66 1 0 .3
- border 1
- bordercolor .66 1 0 1
- visible 1
- decoration
- }
- itemDef {
- name gametype
- ownerdraw CG_GAME_TYPE
- textalign 0
- textscale .3
- textstyle 6
- rect 25 393 50 25
- forecolor 1 1 1 1
- textaligny 0
- textalignx 0
- decoration
- visible 1
- }
- itemdef {
- name playername
- text "Use Score Scroll Keys"
- rect 225 393 256 24
- forecolor .66 1 0 1
- textalignx 10
- textstyle 6
- textaligny 25
- visible 1
- textalign 0
- decoration
- textscale .3
- }
- itemdef {
- name playerscore
- text "Score:"
- rect 430 393 40 25
- textalignx 0
- textaligny 25
- textstyle 6
- visible 1
- textalign 0
- forecolor 1 1 1 1
- textscale .3
- ownerdraw CG_PLAYER_SCORE
- decoration
- }
- //Corners
- itemDef {
- name corners
- style 3
- rect 12 38 40 40
- background "ui/sidrial/Popup/ULCorner.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef {
- name corners
- style 3
- rect 590 38 40 40
- background "ui/sidrial/Popup/URCorner.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef {
- name corners
- style 3
- rect 12 390 40 40
- background "ui/sidrial/Popup/BLCorner.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef {
- name corners
- style 3
- rect 590 390 40 40
- background "ui/sidrial/Popup/BRCorner.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- }
- }
-