Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2007, 6:55:17 PM (16 years ago)
Author:
nicolasc
Message:

added a test crosshair — same hack as blinky

Location:
code/branches/FICN/Media/materials
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/Media/materials/scripts/Orxonox.material

    r588 r661  
    403403}
    404404
     405material Orxonox/Crosshair
     406{
     407  technique
     408  {
     409    pass
     410    {
     411      lighting off
     412      scene_blend alpha_blend
     413      depth_check off
     414
     415      texture_unit
     416      {
     417        texture crosshair.png
     418      }
     419    }
     420  }
     421}
Note: See TracChangeset for help on using the changeset viewer.