Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
7 lars 1
//menu shader
2
menu/lcarscontrols/sin1
3
{
4
    {
5
        map menu/lcarscontrols/sin1.tga
6
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
7
        rgbGen vertex
8
        alphaGen vertex
9
        tcMod scroll 0 6
10
    }
11
}
12
 
13
menu/lcarscontrols/sin2
14
{
15
    qer_editorimage menu/lcarscontrols/sin1.tga
16
    {
17
        map menu/lcarscontrols/sin2.tga
18
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
19
        rgbGen vertex
20
        alphaGen vertex
21
        tcMod scroll 0 1
22
    }
23
}
24
 
25
menu/lcarscontrols/sin3
26
{
27
    qer_editorimage menu/lcarscontrols/sin1.tga
28
    {
29
        map menu/lcarscontrols/sin3.tga
30
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
31
        rgbGen vertex
32
        alphaGen vertex
33
        tcMod scroll 0 3
34
    }
35
}
36
 
37
menu/special/sinwave_1
38
{
39
    {
40
        map menu/special/sinwave_1.tga
41
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
42
        rgbGen vertex
43
        alphaGen vertex
44
        tcMod scroll 3 0
45
    }
46
}
47
 
48
menu/special/sinwave_2
49
{
50
    {
51
        map menu/special/sinwave_2.tga
52
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_COLOR
53
        tcMod scroll 1 0
54
    }
55
}
56
 
57
menu/common/raven
58
{
59
    {
60
        map menu/common/raven.tga
61
    }
62
    {
63
        map menu/common/shield.tga
64
        blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
65
        rgbGen wave sin 0.1 0.05 1 0.7
66
        tcMod scale 4 7
67
        tcMod scroll 3 1.4
68
        tcMod turb 0.2 1 0.1 1
69
    }
70
    {
71
        map menu/common/red_glow2.tga
72
        blendFunc GL_ONE GL_ONE
73
        rgbGen wave sin 1 1 0 1
74
        tcMod scroll -1 0
75
    }
76
    {
77
        map menu/common/raven.tga
78
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
79
    }
80
}
81
 
82
gfx/interface/ammobar
83
{
84
    cull disable
85
    {
86
        map gfx/interface/ammobar.tga
87
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
88
        rgbGen vertex
89
    }
90
}
91