Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11107


Ignore:
Timestamp:
Feb 4, 2016, 11:50:17 PM (8 years ago)
Author:
fvultier
Message:

Some weapon fire and reload sounds.

Location:
data/trunk
Files:
10 added
1 edited

Legend:

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

    r10964 r11107  
    630630}
    631631
     632material Orxonox/LightOn
     633{
     634    technique
     635    {
     636        pass
     637        {
     638            lighting off
     639            scene_blend alpha_blend
     640            depth_check off
     641
     642            texture_unit
     643            {
     644                texture LightOn.png 2d 0 // no mipmapping
     645            }
     646        }
     647    }
     648}
     649
     650material Orxonox/LightOff
     651{
     652    technique
     653    {
     654        pass
     655        {
     656            lighting off
     657            scene_blend alpha_blend
     658            depth_check off
     659
     660            texture_unit
     661            {
     662                texture LightOff.png 2d 0 // no mipmapping
     663            }
     664        }
     665    }
     666}
     667
    632668material Orxonox/WSHUD_Weapon
    633669{
     
    828864}
    829865
     866material Orxonox/WSHUD_WM_FlameGun
     867{
     868    technique
     869    {
     870        pass
     871        {
     872            lighting off
     873            scene_blend alpha_blend
     874            depth_check off
     875
     876            texture_unit
     877            {
     878                texture WSHUD_WM_FlameGun.png 2d 0 // no mipmapping
     879            }
     880        }
     881    }
     882}
     883
    830884material Orxonox/WSHUD_WM_SplitGun
    831885{
Note: See TracChangeset for help on using the changeset viewer.