Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5085


Ignore:
Timestamp:
May 20, 2008, 1:39:07 PM (16 years ago)
Author:
FelixSchulthess
Message:

edited hud materials

File:
1 edited

Legend:

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

    r5084 r5085  
    7171}
    7272
     73material Orxonox/HUDBorder
     74{
     75        technique
     76        {
     77                pass
     78                {
     79                        lighting off
     80                        scene_blend alpha_blend
     81                        depth_check off
     82
     83                        texture_unit
     84                        {
     85                                texture border1.tga
     86                        }
     87                }
     88        }
     89}
     90
    7391material Orxonox/BarBackground
    7492{
     
    128146material Orxonox/Crosshair
    129147{
    130   technique
    131   {
    132     pass
    133     {
    134       lighting off
    135       scene_blend alpha_blend
    136       depth_check off
     148        technique
     149        {
     150                pass
     151                {
     152                        lighting off
     153                        scene_blend alpha_blend
     154                        depth_check off
    137155
    138       texture_unit
    139       {
    140         texture crosshair.tga
    141       }
    142     }
    143   }
     156                        texture_unit
     157                        {
     158                                texture crosshair.tga
     159                        }
     160                }
     161        }
    144162}
Note: See TracChangeset for help on using the changeset viewer.