home *** CD-ROM | disk | FTP | other *** search
/ Eyewitness: Dinosaur Hunter Deluxe / DK3DDINO_2.ISO / tricera / runfiles / general / cursor.dbs next >
Text File  |  2000-03-02  |  661b  |  41 lines

  1.  
  2. //----- normal pointer
  3.  
  4. bitmap        ..\..\cursors\cursor1.bmp
  5.  
  6.     type            cursor1
  7.     flags            bitmap2d
  8.     flags            bilinear
  9.     view_state        invisible
  10.     max_view_range    50.0
  11.  
  12.     bitmap_size        32            32
  13.     position        0.0            0.0        0.1
  14.  
  15. //----- highlighted pointer
  16.  
  17. bitmap        ..\..\cursors\cursor2.bmp
  18.  
  19.     type            cursor2
  20.     flags            bitmap2d
  21.     flags            bilinear
  22.     view_state        invisible
  23.     max_view_range    50.0
  24.  
  25.     bitmap_size        32            32
  26.     position        0.0            0.0        0.1
  27.  
  28. //----- help button
  29.  
  30. bitmap        ..\..\cursors\helpicon.bmp
  31.  
  32.     type            help_icon
  33.     flags            bitmap2d
  34.     flags            bilinear
  35.     view_state        invisible
  36.     max_view_range    50.0
  37.  
  38.     bitmap_size        32            32
  39.     position        0.0            0.0        0.2
  40.  
  41.