Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data_extern/materials/Banners.material @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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.