]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/scripts/flags.shader
Include gmqcc binaries for Windows and Linux
[voretournament/voretournament.git] / data / scripts / flags.shader
1 textures/flags/flag_red_cloth {\r
2         cull none\r
3         deformVertexes wave 100 sin 0 0.4 0 2.5\r
4         {\r
5                 map textures/flags/flag_red_cloth.tga\r
6         }\r
7 }\r
8 \r
9 textures/flags/flag_red_laser {\r
10         {\r
11                 map textures/flags/flag_red_laser.tga\r
12                 tcMod scroll 0.2 -1\r
13                 blendfunc add\r
14         }\r
15 }\r
16 \r
17 \r
18 textures/flags/flag_blue_cloth {\r
19         cull none\r
20         deformVertexes wave 100 sin 0 0.4 0 2.5\r
21         {\r
22                 map textures/flags/flag_blue_cloth.tga\r
23         }\r
24 }\r
25 \r
26 textures/flags/flag_blue_laser {\r
27         {\r
28                 map textures/flags/flag_blue_laser.tga\r
29                 tcMod scroll 0.2 -1\r
30                 blendfunc add\r
31         }\r
32 }\r
33 \r