Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/OrxoKart_HS18/svn_is_cancer/OrxoKartMushroom/mushroom.material @ 12148

Last change on this file since 12148 was 12148, checked in by ottka, 5 years ago

Mushroom GUI

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