Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7784 was 7708, checked in by dafrick, 13 years ago

Merging cleanup branch. You will need to update your data repository as well as your local copy of the code.

File size: 557 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.