Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10593 for data


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

Effects for the new Weapon (SpilitGun)

Location:
data/trunk
Files:
2 added
2 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{
  • data/trunk/materials/TD_F1.material

    r10584 r10593  
    66                pass
    77                {
    8                         ambient 0.8 0.8 0.8 1
    9                         diffuse 0.64 0.64 0.64 1
    10                         specular 0.5 0.5 0.5 1 1
     8                        ambient 0.7 0.7 0.7
     9                        cull_hardware none
     10                        scene_blend alpha_blend
     11                        depth_write off
    1112
    1213                        texture_unit
Note: See TracChangeset for help on using the changeset viewer.