Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2008, 12:09:31 AM (16 years ago)
Author:
rgrieder
Message:
  • added hud related files
File:
1 edited

Legend:

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

    r5148 r5157  
    120120                        {
    121121                                texture radar.tga
     122                        }
     123                }
     124        }
     125}
     126
     127material Orxonox/RadarSquare
     128{
     129        technique
     130        {
     131                pass
     132                {
     133                        lighting off
     134                        scene_blend alpha_blend
     135                        depth_check off
     136
     137                        texture_unit
     138                        {
     139                                texture RadarSquare.tga
     140                        }
     141                }
     142        }
     143}
     144
     145material Orxonox/RadarMarker
     146{
     147        technique
     148        {
     149                pass
     150                {
     151                        lighting off
     152                        scene_blend alpha_blend
     153                        depth_check off
     154
     155                        texture_unit
     156                        {
     157                                texture console2.tga
    122158                        }
    123159                }
Note: See TracChangeset for help on using the changeset viewer.