]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - scripts/teamfx.shader
Whitelist g_*_round_timelimit
[xonotic/xonotic-data.pk3dir.git] / scripts / teamfx.shader
1 teamfx/blobblue
2 {
3 surfaceparm trans
4 deformVertexes autosprite
5 {
6         map models/teamfx/blobblue.tga
7         blendfunc add
8 }
9 }
10
11 teamfx/blobred
12 {
13 surfaceparm trans
14 deformVertexes autosprite
15 {
16         map models/teamfx/blobred.tga
17         blendfunc add
18 }
19 }
20
21 teamfx/blobyellow
22 {
23 surfaceparm trans
24 deformVertexes autosprite
25 {
26         map models/teamfx/blobyellow.tga
27         blendfunc add
28 }
29 }
30
31 teamfx/blobpink
32 {
33 surfaceparm trans
34 deformVertexes autosprite
35 {
36         map models/teamfx/blobpink.tga
37         blendfunc add
38 }
39 }
40
41 teamfx/bluering
42 {
43 surfaceparm trans
44 {
45         map models/teamfx/blobblue.tga
46         blendfunc add
47 }
48 }
49 teamfx/redring
50 {
51 surfaceparm trans
52 {
53         map models/teamfx/blobyellow.tga
54         blendfunc add
55 }
56 }
57
58 teamfx/yellowring
59 {
60 surfaceparm trans
61 {
62         map models/teamfx/blobpink.tga
63         blendfunc add
64 }
65 }
66
67 teamfx/pinkring
68 {
69 surfaceparm trans
70 {
71         map models/teamfx/blobpink.tga
72         blendfunc add
73 }
74 }
75
76 teamfx/flare
77 {
78 surfaceparm trans
79 deformVertexes autosprite
80 {
81         map models/teamfx/flare.tga
82         blendfunc add
83 }
84 }
85
86 teamfx/rayblue
87 {
88 surfaceparm trans
89 deformVertexes autosprite
90 {
91         map models/teamfx/rayblue.tga
92         blendfunc add
93 }
94 }
95
96 teamfx/rayred
97 {
98 surfaceparm trans
99 deformVertexes autosprite
100 {
101         map models/teamfx/rayred.tga
102         blendfunc add
103 }
104 }
105
106 teamfx/rayyellow
107 {
108 surfaceparm trans
109 deformVertexes autosprite
110 {
111         map models/teamfx/rayyellow.tga
112         blendfunc add
113 }
114 }
115
116 teamfx/raypink
117 {
118 surfaceparm trans
119 deformVertexes autosprite
120 {
121         map models/teamfx/raypink.tga
122         blendfunc add
123 }
124 }