Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10738


Ignore:
Timestamp:
Nov 1, 2015, 1:02:39 PM (8 years ago)
Author:
fvultier
Message:
 
Location:
data/trunk
Files:
3 added
3 edited

Legend:

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

    r10686 r10738  
    123123                }
    124124        }
     125}
     126
     127material Orxonox/BarIconBoost
     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 bar_icon_boost.png 2d 0 // no mipmapping
     140            }
     141        }
     142    }
     143}
     144
     145material Orxonox/BarIconSpeed
     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 bar_icon_speed.png 2d 0 // no mipmapping
     158            }
     159        }
     160    }
     161}
     162
     163material Orxonox/BarIconHealth
     164{
     165    technique
     166    {
     167        pass
     168        {
     169            lighting off
     170            scene_blend alpha_blend
     171            depth_check off
     172
     173            texture_unit
     174            {
     175                texture bar_icon_health.png 2d 0 // no mipmapping
     176            }
     177        }
     178    }
    125179}
    126180
Note: See TracChangeset for help on using the changeset viewer.