Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5127


Ignore:
Timestamp:
May 29, 2008, 1:07:56 AM (16 years ago)
Author:
rgrieder
Message:
  • added cursor for console
Location:
data/Media/materials
Files:
1 added
1 edited

Legend:

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

    r5055 r5127  
    5252        }
    5353}                                               
     54
     55material ConsoleCursor
     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 cursor_console.tga
     68                        }
     69                }
     70        }
     71}
Note: See TracChangeset for help on using the changeset viewer.