]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/exosystem.shader
CRLF fixes :P
[xonotic/xonotic-maps.pk3dir.git] / scripts / exosystem.shader
1 textures/skies/exosystem
2 {
3         qer_editorimage env/exosystem/exosystem_preview.tga
4         
5         surfaceparm noimpact
6         surfaceparm nolightmap
7         surfaceparm nomarks
8         surfaceparm sky
9         
10         //q3map_sun <red> <green> <blue> <intensity> <degrees> <elevation>
11         q3map_sun 1 1 1 350 60 41.743
12         q3map_surfacelight 550
13         skyparms env/exosystem/exosystem - -
14 }
15
16 textures/skies/exosystem2
17 {
18         qer_editorimage env/exosystem/exosystem2_preview.tga
19         
20         surfaceparm noimpact
21         surfaceparm nolightmap
22         surfaceparm nomarks
23         surfaceparm sky
24         
25         //q3map_sun <red> <green> <blue> <intensity> <degrees> <elevation>
26         q3map_sun 1 .40625 .17578125 150 -55.452 17.379
27         q3map_surfacelight 300
28         skyparms env/exosystem/exosystem2 - -
29 }
30
31 textures/skies/heaven
32 {
33         qer_editorimage env/heaven/heaven_preview.tga
34         
35         surfaceparm noimpact
36         surfaceparm nolightmap
37         surfaceparm nomarks
38         surfaceparm sky
39         
40         //q3map_sun <red> <green> <blue> <intensity> <degrees> <elevation>
41         q3map_sun .9607843137254902 .7176470588235294 .3803921568627451 350 270 10
42         q3map_surfacelight 300
43         skyparms env/heaven/heaven - -
44 }