Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6002


Ignore:
Timestamp:
Oct 28, 2009, 2:38:51 PM (14 years ago)
Author:
wirthmi
Message:

Added a crosshair.

Location:
data/trunk/materials
Files:
1 added
1 edited

Legend:

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

    r5398 r6002  
    286286        }
    287287}
     288
     289material Orxonox/Crosshair3
     290{
     291        technique
     292        {
     293                pass
     294                {
     295                        lighting off
     296                        scene_blend alpha_blend
     297                        depth_check off
     298
     299                        texture_unit
     300                        {
     301                                texture crosshair3.png
     302                        }
     303                }
     304        }
     305}
Note: See TracChangeset for help on using the changeset viewer.