Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/Banners.material @ 7884

Last change on this file since 7884 was 7884, checked in by landauf, 13 years ago

eol-style native

  • Property svn:eol-style set to native
File size: 505 bytes
Line 
1
2material Banners/Pickups
3{
4        technique
5        {
6                pass
7                {
8                        lighting off
9                        scene_blend add
10                        depth_write off
11
12                        texture_unit
13                        {
14                                texture Pickups.png
15                        }
16                }
17        }
18}
19material Banners/Drone
20{
21        technique
22        {
23                pass
24                {
25                        lighting off
26                        scene_blend add
27                        depth_write off
28
29                        texture_unit
30                        {
31                                texture DroneBanner.png
32                        }
33                }
34        }
35}
36material Banners/Formation
37{
38        technique
39        {
40                pass
41                {
42                        lighting off
43                        scene_blend add
44                        depth_write off
45
46                        texture_unit
47                        {
48                                texture Formation.png
49                        }
50                }
51        }
52}
Note: See TracBrowser for help on using the repository browser.