]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/map_courtfun.shader
Merge remote branch 'origin/master' into divVerent/courtfun2
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_courtfun.shader
1 textures/map_courtfun/screenanim_work
2 {
3     qer_editorimage textures/map_courtfun/screen_work.tga
4     surfaceparm trans
5     surfaceparm nomarks
6     surfaceparm nolightmap
7     cull none
8     {
9         animMap 1 textures/map_courtfun/screen_sleep.tga textures/map_courtfun/screen_work.tga textures/map_courtfun/screen_obey.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga
10         blendFunc filter
11     }
12 }
13
14 textures/map_courtfun/screenanim_obey
15 {
16     qer_editorimage textures/map_courtfun/screen_obey.tga
17     surfaceparm trans
18     surfaceparm nomarks
19     surfaceparm nolightmap
20     cull none
21     {
22         animMap 1 textures/map_courtfun/screen_obey.tga textures/map_courtfun/screen_xon.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga
23         blendFunc filter
24     }
25 }
26
27 textures/map_courtfun/screen_backdrop
28 {
29     qer_editorimage textures/map_courtfun/screen_work.tga
30     surfaceparm trans
31     surfaceparm nomarks
32     surfaceparm nolightmap
33     cull none
34     {
35         map textures/map_courtfun/screen_backdrop.tga
36         blendFunc GL_ONE GL_ONE
37     }
38 }