Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5151


Ignore:
Timestamp:
Jun 9, 2008, 6:15:12 PM (16 years ago)
Author:
rgrieder
Message:

added smaller console noise textures

Location:
data/Media/materials
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • data/Media/materials/scripts/Console.material

    r5128 r5151  
    5353}                                               
    5454
     55material ConsoleNoiseSmall
     56{
     57        technique
     58        {
     59                pass
     60                {
     61                        lighting off
     62                        scene_blend alpha_blend
     63                        depth_check off
     64
     65                        texture_unit
     66                        {
     67                                texture console5.tga
     68                        }
     69                }
     70        }
     71}
     72
    5573material ConsoleCursor
    5674{
Note: See TracChangeset for help on using the changeset viewer.