]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - scripts/flags.shader
also allow overriding pickup sound by setting the item_pickupsound key
[xonotic/xonotic-data.pk3dir.git] / scripts / flags.shader
1 flags/flag_red_cloth {
2         cull none
3         deformVertexes wave 100 sin 0 0.4 0 2.5
4         {
5                 map textures/flags/flag_red_cloth.tga
6         }
7 }
8
9 flags/flag_red_laser {
10         {
11                 map textures/flags/flag_red_laser.tga
12                 tcMod scroll 0.2 -1
13                 blendfunc add
14         }
15 }
16
17
18 flags/flag_blue_cloth {
19         cull none
20         deformVertexes wave 100 sin 0 0.4 0 2.5
21         {
22                 map textures/flags/flag_blue_cloth.tga
23         }
24 }
25
26 flags/flag_blue_laser {
27         {
28                 map textures/flags/flag_blue_laser.tga
29                 tcMod scroll 0.2 -1
30                 blendfunc add
31         }
32 }
33