Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/png2/materials/scripts/Stats.material @ 7259

Last change on this file since 7259 was 7259, checked in by rgrieder, 14 years ago

Replaced *.tga references with .png references.

  • Property svn:eol-style set to native
File size: 690 bytes
RevLine 
[5313]1material StatsBorder
2{
3        technique
4        {
5                pass
[5264]6                {
7                        lighting off
8                        scene_blend alpha_blend
9                        depth_check off
10
[5313]11                        texture_unit
12                        {
[7259]13                                texture console2.png
[5313]14                        }
15                }
16        }
17}
18
19material StatsCenter
20{
21        technique
22        {
23                pass
[5264]24                {
25                        lighting off
26                        scene_blend alpha_blend
27                        depth_check off
28
[5313]29                        texture_unit
30                        {
[7259]31                                texture console3.png
[5313]32                        }
33                }
34        }
35}
36
37material StatsNoise
38{
39        technique
40        {
41                pass
[5264]42                {
43                        lighting off
44                        scene_blend alpha_blend
45                        depth_check off
[5313]46
47                        texture_unit
48                        {
[7259]49                                texture console4.png
[5313]50                        }
51                }
52        }
53}
54
55material StatsNoiseSmall
56{
57        technique
58        {
59                pass
60                {
61                        lighting off
62                        scene_blend alpha_blend
63                        depth_check off
64
65                        texture_unit
66                        {
[7259]67                                texture console5.png
[5313]68                        }
69                }
70        }
71}
Note: See TracBrowser for help on using the repository browser.