File: teamscore.menu

package info (click to toggle)
openarena-data 0.8.5split-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 191,808 kB
  • ctags: 606
  • sloc: ansic: 4,254; makefile: 97; perl: 22
file content (128 lines) | stat: -rw-r--r-- 2,718 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/*
===========================================================================
Copyright (C) 2007 Open Arena Team

This file is part of Open Arena.

Open Arena is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.

Open Arena is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Open Arena; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
===========================================================================
*/

#include "ui/menudef.h"

{
menuDef	{
	name "teamscore_menu"
	fullscreen 0
	visible 0
	focusColor 0.1 0.6 1 1
	rect 0 0 640 480
	style 0

itemDef	{
	name "blueteam"
	ownerdraw CG_BLUE_NAME
	textalign 0
	textscale .2
	rect 175 100 100 10
	forecolor 0 0 1 1
	decoration
	visible 1
	}

itemDef	{
	name "redteam"
	ownerdraw CG_RED_NAME
	textalign 2
	textscale .2
	rect 400 100 0 10
	forecolor 1 0 0 1
	decoration
	visible 1
	}

itemDef	{
	name "status"
	ownerdraw CG_GAME_STATUS
	textscale .25
	rect 240 75 300 10
	textalign 1
	backcolor 0 0 0 0
	forecolor MP_TEXTCOLOR
	decoration
	visible 1
	}

itemDef {
	name "blueteam"
	rect 70 125 250 250
	forecolor .75 .75 .75 1
	type ITEM_TYPE_LISTBOX
	style WINDOW_STYLE_FILLED
	elementwidth 135
	elementheight 20
	textscale .2
	elementtype LISTBOX_TEXT
	feeder FEEDER_BLUETEAM_LIST
	border 1
	bordercolor   0.25 0.25 0.25 0.7
	forecolor     1 1 1 1
	backcolor     0 0 0 0.5
	outlinecolor  1 0.5 0.1 0.3
	notselectable
	visible 1
	columns 7
		2 12 12		//botskill + player status
		18 12 12	//more status
		34 20 1		//leader
		50 75 16	//name
		135 20 20	//score
		175 20 20	//time
		200 10 10	//ping
	}



itemDef {
	name "redteam"
	rect 320 125 250 250
	forecolor 1 1 1 1
	type ITEM_TYPE_LISTBOX
	style WINDOW_STYLE_FILLED
	elementwidth 135
	elementheight 20
	textscale .2
	elementtype LISTBOX_TEXT
	feeder FEEDER_REDTEAM_LIST
	border 1
	bordercolor   0.25 0.25 0.25 0.7
	forecolor     1 1 1 1
	backcolor     0 0 0 0.5
	outlinecolor  1 0.5 0.1 0.3
	notselectable
	visible 1
	columns 7
		2 12 12		//botskill + player status
		18 12 12	//more status
		34 20 1		//leader
		50 75 16	//name
		135 20 20	//score
		175 20 20	//time
		200 10 10	//ping
	}


}
}