File: gui.res

package info (click to toggle)
race 0.7.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,696 kB
  • ctags: 1,424
  • sloc: cpp: 9,026; makefile: 211
file content (72 lines) | stat: -rw-r--r-- 1,927 bytes parent folder | download | duplicates (2)
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

// theme for menu gui

section Button
{
	font = gfx/fonts/small_font.tga(
		type=font,
		trans_limit=0.05,
		subtract_width=0,
		spacelen=6,
		letters="aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ0123456789.,:;|!""@#$%&/\{}[]()<>=+-_?'`~^*"
	);
	
	up_left = gfx/gui/button/small/cut_up/left.tga (type = surface);
	up_center = gfx/gui/button/small/cut_up/center.tga (type = surface);
	up_right = gfx/gui/button/small/cut_up/right.tga (type = surface);
	
	down_left = gfx/gui/button/small/cut_down/left.tga (type = surface);
	down_center = gfx/gui/button/small/cut_down/center.tga (type = surface);
	down_right = gfx/gui/button/small/cut_down/right.tga (type = surface);
}

section CheckBox
{
	font = gfx/fonts/small_font_white.tga(
		type=font,
		trans_limit=0.05,
		subtract_width=0,
		spacelen=6,
		letters="aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ0123456789.,:;|!""@#$%&/\{}[]()<>=+-_?'`~^*"
	);

	button = gfx/gui/check/button.tga (type = surface);
	checked = gfx/gui/check/checked.tga (type = surface);
}

section Label
{
	font = gfx/fonts/small_font_white.tga(
		type=font,
		trans_limit=0.05,
		subtract_width=0,
		spacelen=6,
		letters="aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ0123456789.,:;|!""@#$%&/\{}[]()<>=+-_?'`~^*"
	);
}

section InputBox
{
	font = gfx/fonts/small_font.tga(
		type=font,
		trans_limit=0.05,
		subtract_width=0,
		spacelen=6,
		letters="aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ0123456789.,:;|!""@#$%&/\{}[]()<>=+-_?'`~^*"
	);

	left = gfx/gui/input_left.tga (type = surface);
	center = gfx/gui/input_center.tga (type = surface);
	right = gfx/gui/input_right.tga (type = surface);
}

section ListBox
{
	font = gfx/fonts/small_font_white.tga(
		type=font,
		trans_limit=0.05,
		subtract_width=0,
		spacelen=6,
		letters="aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ0123456789.,:;|!""@#$%&/\{}[]()<>=+-_?'`~^*"
	);
}