Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10902 for data


Ignore:
Timestamp:
Nov 30, 2015, 5:37:42 PM (8 years ago)
Author:
holzerj
Message:

New particle effects for the mine

Location:
data/trunk
Files:
6 added
1 edited

Legend:

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

    r10431 r10902  
    5656        }
    5757}
     58material PE/iceCrystal
     59{
     60        technique
     61        {
     62                pass
     63                {
     64                        lighting off
     65                        depth_write off
     66                        scene_blend add
     67
     68                        texture_unit
     69                        {
     70                                texture ice_crystal.png
     71                        }
     72                }
     73        }
     74}
     75material PE/glowEffect
     76{
     77        technique
     78        {
     79                pass
     80                {
     81                        lighting off
     82                        depth_write off
     83                        scene_blend add
     84
     85                        texture_unit
     86                        {
     87                                texture glow_effect.png
     88                        }
     89                }
     90        }
     91}
    5892
    5993material PE/smoke
Note: See TracChangeset for help on using the changeset viewer.