Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5033


Ignore:
Timestamp:
Apr 4, 2008, 12:01:34 PM (16 years ago)
Author:
rgrieder
Message:
  • added chai's new media files for the new hud
File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/Media/materials/scripts/Orxonox.material

    r5027 r5033  
    3939}
    4040
     41material Orxonox/Yellow
     42{
     43        technique
     44        {
     45                pass
     46                {
     47                        lighting off
     48                        depth_check off
     49                        scene_blend colour_blend
     50                        ambient 0 0 0 0.5
     51
     52                        texture_unit
     53                        {
     54                                texture OrxonoxYELLOW.png
     55                        }
     56                }
     57        }
     58}
     59
     60material Orxonox/Green
     61{
     62        technique
     63        {
     64                pass
     65                {
     66                        lighting off
     67                        depth_check off
     68                        scene_blend colour_blend
     69                        ambient 0 0 0 0.5
     70
     71                        texture_unit
     72                        {
     73                                texture OrxonoxGREEN.png
     74                        }
     75                }
     76        }
     77}
    4178
    4279material Orxonox/Black
Note: See TracChangeset for help on using the changeset viewer.