1vehicles/hover/console
2{
3	{
4		map vehicles/hover/console.tga
5	}
6	{
7		map gfx/hconsole.tga
8		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
9		scale static 1 static 1
10		scroll static 0 static 0
11		alphashift 5 0.8 0.8
12		nolightmap
13	}
14	{
15		map gfx/hconsole2.tga
16		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
17		scale static 1 static 1
18		scroll static 0 static 0
19		alphashift 5 0.2 1
20		nolightmap
21	}
22	{
23		map gfx/hconsole3.tga
24		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
25		scale static 1 static 1
26		scroll static 0 static 0
27		alphashift 9 0.4 2
28		nolightmap
29	}
30}
31vehicles/bomber/console
32{
33	{
34		map vehicles/bomber/console.tga
35	}
36	{
37		map gfx/bconsole.tga
38		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
39		scale static 1 static 1
40		scroll static 0 static 0
41		alphashift 5 0.8 1
42		nolightmap
43	}
44	{
45		map gfx/bconsole2.tga
46		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
47		scale static 1 static 1
48		scroll static 0 static 0
49		alphashift 10 0.2 1
50		nolightmap
51	}
52}
53vehicles/strafer/console
54{
55	{
56		map vehicles/strafer/console.tga
57	}
58	{
59		map gfx/sconsole.tga
60		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
61		scale static 1 static 1
62		scroll static 0 static 0
63		alphashift 5 0.0 0.99
64		nolightmap
65	}
66}
67pics/hud_strafer
68{
69	{
70		map pics/hud_strafer_fx.tga
71		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
72		scale static 1 static 1
73		scroll static 0 static 0
74		alphashift 5 0.0 0.99
75		nolightmap
76	}
77}
78pics/hud_bomber
79{
80	{
81		map pics/hud_bomber_fx.tga
82		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
83		scale static 1 static 1
84		scroll static 0 static 0
85		alphashift 5 0.0 0.99
86		nolightmap
87	}
88}
89pics/hud_hover
90{
91	{
92		map pics/hud_hover_fx.tga
93		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
94		scale static 1 static 1
95		scroll static 0 static 0
96		alphashift 5 0.0 0.99
97		nolightmap
98	}
99}