Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
7 lars 1
textures/garden/cloud
2
{
3
}
4
 
5
garden/fountain
6
{
7
    qer_editorimage textures/garden/fountain.tga
8
    cull disable
9
    {
10
        map textures/garden/fountain.tga
11
        blendFunc GL_ONE GL_ONE
12
        rgbGen vertex
13
        tcMod scroll 0 -0.75
14
        tcMod scale 1 4
15
    }
16
}
17
 
18
garden/ripple
19
{
20
    qer_editorimage sprites/splash.tga
21
    cull disable
22
    {
23
        clampmap sprites/splash.tga
24
        blendFunc GL_ONE GL_ONE
25
        rgbGen vertex
26
        tcMod rotate 10
27
    }
28
}