Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/flag.material @ 11088

Last change on this file since 11088 was 10899, checked in by maxima, 8 years ago

Flag files for Hover Game

File size: 159 bytes
Line 
1
2material Hover/Flag
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 flag.png
15                        }
16                }
17        }
18}
Note: See TracBrowser for help on using the repository browser.