Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2015, 1:25:08 PM (9 years ago)
Author:
fvultier
Message:

Effects for the new Weapon (SpilitGun)

File:
1 edited

Legend:

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

    r7708 r10593  
    3030                        depth_write off
    3131                        scene_blend add
     32                       
    3233
    3334                        texture_unit
     
    3940}
    4041
     42material Flares/energyflare
     43{
     44        technique
     45        {
     46                pass
     47                {
     48                        lighting on
     49                        depth_write off
     50                        scene_blend add
     51
     52                        texture_unit
     53                        {
     54                                texture flare_energy.png
     55                        }
     56                }
     57        }
     58}
     59
    4160material Flares/ringflare
    4261{
Note: See TracChangeset for help on using the changeset viewer.