Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6198


Ignore:
Timestamp:
Dec 2, 2009, 3:06:43 PM (14 years ago)
Author:
wirthmi
Message:

New center overlay

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

Legend:

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

    r6002 r6198  
    304304        }
    305305}
     306
     307material Orxonox/CenterOverlay
     308{
     309        technique
     310        {
     311                pass
     312                {
     313                        lighting off
     314                        scene_blend alpha_blend
     315                        depth_check off
     316
     317                        texture_unit
     318                        {
     319                                texture centeroverlay.png
     320                        }
     321                }
     322        }
     323}
     324
     325material Orxonox/DirectionArrows
     326{
     327        technique
     328        {
     329                pass
     330                {
     331                        lighting off
     332                        scene_blend alpha_blend
     333                        depth_check off
     334
     335                        texture_unit
     336                        {
     337                                texture directionarrows.png
     338                        }
     339                }
     340        }
     341}
Note: See TracChangeset for help on using the changeset viewer.