Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/scripts/Banners.material @ 7026

Last change on this file since 7026 was 7026, checked in by decapitb, 14 years ago

added banners for pickup and drone presentation

File size: 364 bytes
RevLine 
[7026]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 Drone.png
32                        }
33                }
34        }
35}
Note: See TracBrowser for help on using the repository browser.