]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/map_arena.shader
97f7f1a37798e39943e62449098896a6ab7e64cf
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_arena.shader
1 textures/map_arena/floor00invg_g
2 {
3         qer_editorimage textures/map_arena/gfx/floor00invg.tga
4
5         surfaceparm trans
6         surfaceparm nonsolid
7         surfaceparm nodlight
8         surfaceparm nolightmap
9
10         polygonOffset
11         sort 6
12         cull none
13
14         {
15                 map textures/map_arena/gfx/floor00invg.tga
16                 blendFunc blend
17                 alphaFunc GT0
18                 rgbgen identity
19         }
20 }
21
22 textures/map_arena/light_beam_anim
23 {
24         qer_editorimage textures/map_arena/gfx/light_beam_anim_qer.tga
25         surfaceparm nolightmap
26         surfaceparm nomarks
27         surfaceparm nonsolid
28         surfaceparm trans
29         cull none
30         qer_trans 0.6
31         {
32                 map textures/map_arena/gfx/light_beam_anim.tga
33                 blendfunc blend
34 //              alphaFunc GT0
35                 tcMod scroll -2 0
36         }
37 }
38
39 textures/map_arena/pulseblue_anim
40 {
41         qer_editorimage textures/map_arena/gfx/pulseblue.tga
42         surfaceparm nolightmap
43         surfaceparm nomarks
44         surfaceparm nonsolid
45         surfaceparm trans
46         cull none
47         qer_trans 0.6
48         {
49                 map textures/map_arena/gfx/pulseblue.tga
50                 blendfunc blend
51 //              alphaFunc GT0
52                 tcMod scroll 0 2
53         }
54 }
55
56 textures/map_arena/pulsered_anim
57 {
58         qer_editorimage textures/map_arena/gfx/pulsered.tga
59         surfaceparm nolightmap
60         surfaceparm nomarks
61         surfaceparm nonsolid
62         surfaceparm trans
63         cull none
64         qer_trans 0.6
65         {
66                 map textures/map_arena/gfx/pulsered.tga
67                 blendfunc blend
68 //              alphaFunc GT0
69                 tcMod scroll 0 2
70         }
71 }
72
73 textures/map_arena/baseblue
74 {
75         qer_editorimage textures/map_arena/base/blue.tga
76         
77         q3map_bounceScale 1.25
78
79
80         {
81                 map textures/map_arena/base/baseblue.tga
82                 
83
84         }
85         {
86                 map $lightmap
87                 rgbGen identity
88                 tcGen lightmap
89                 blendfunc filter
90         }
91 }