Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 3:38:53 AM (15 years ago)
Author:
landauf
Message:

added healthbar

File:
1 edited

Legend:

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

    r5313 r5325  
    107107}
    108108
     109material Orxonox/HealthBarBackground
     110{
     111        technique
     112        {
     113                pass
     114                {
     115                        lighting off
     116                        scene_blend alpha_blend
     117                        depth_check off
     118
     119                        texture_unit
     120                        {
     121                                texture healthbar_bg.tga
     122                        }
     123                }
     124        }
     125}
    109126material Orxonox/Radar
    110127{
Note: See TracChangeset for help on using the changeset viewer.