]> de.git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/tutorial.shader
let's see if this wakes up gitweb
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / tutorial.shader
1 textures/tutorial/1
2 {
3         qer_editorimage textures/tutorial/1.jpg
4         surfaceparm nolightmap
5         q3map_surfacelight 300
6         {
7                 map textures/tutorial/1.jpg
8                 rgbGen identity
9         }
10 }
11
12 textures/tutorial/2
13 {
14         qer_editorimage textures/tutorial/2.jpg
15         surfaceparm nolightmap
16         q3map_surfacelight 300
17         {
18                 map textures/tutorial/2.jpg
19                 rgbGen identity
20         }
21 }
22
23 textures/tutorial/3
24 {
25         qer_editorimage textures/tutorial/3.jpg
26         surfaceparm nolightmap
27         q3map_surfacelight 300
28         {
29                 map textures/tutorial/3.jpg
30                 rgbGen identity
31         }
32 }
33
34 textures/tutorial/4
35 {
36         qer_editorimage textures/tutorial/4.jpg
37         surfaceparm nolightmap
38         q3map_surfacelight 300
39         {
40                 map textures/tutorial/4.jpg
41                 rgbGen identity
42         }
43 }
44
45 textures/tutorial/5
46 {
47         qer_editorimage textures/tutorial/5.jpg
48         surfaceparm nolightmap
49         q3map_surfacelight 300
50         {
51                 map textures/tutorial/5.jpg
52                 rgbGen identity
53         }
54 }
55
56 textures/tutorial/6
57 {
58         qer_editorimage textures/tutorial/6.jpg
59         surfaceparm nolightmap
60         q3map_surfacelight 300
61         {
62                 map textures/tutorial/6.jpg
63                 rgbGen identity
64         }
65 }
66
67 textures/tutorial/7
68 {
69         qer_editorimage textures/tutorial/7.jpg
70         surfaceparm nolightmap
71         q3map_surfacelight 300
72         {
73                 map textures/tutorial/7.jpg
74                 rgbGen identity
75         }
76 }
77
78 textures/tutorial/8
79 {
80         qer_editorimage textures/tutorial/8.jpg
81         surfaceparm nolightmap
82         q3map_surfacelight 300
83         {
84                 map textures/tutorial/8.jpg
85                 rgbGen identity
86         }
87 }
88
89 textures/tutorial/9
90 {
91         qer_editorimage textures/tutorial/9.jpg
92         surfaceparm nolightmap
93         q3map_surfacelight 300
94         {
95                 map textures/tutorial/9.jpg
96                 rgbGen identity
97         }
98 }
99
100 textures/tutorial/10
101 {
102         qer_editorimage textures/tutorial/10.jpg
103         surfaceparm nolightmap
104         q3map_surfacelight 300
105         {
106                 map textures/tutorial/10.jpg
107                 rgbGen identity
108         }
109 }
110
111 textures/tutorial/11
112 {
113         qer_editorimage textures/tutorial/11.jpg
114         surfaceparm nolightmap
115         q3map_surfacelight 300
116         {
117                 map textures/tutorial/11.jpg
118                 rgbGen identity
119         }
120 }
121
122 textures/tutorial/nonsolidglass
123 {
124         qer_editorimage textures/trak5/glass.tga
125         surfaceparm trans
126         surfaceparm nonsolid
127         cull disable
128         qer_trans 0.5
129
130         {
131                 map textures/trak5/glass.tga
132                 blendfunc add
133                 //rgbGen vertex
134                 tcgen environment
135                 tcmod scale 4 4
136         }       
137 }