home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 February / CMycha200102.iso / ProRally2001 / prorally2001_demo.exe / Data / Fnt / progress2.fnt < prev    next >
Text File  |  2000-05-18  |  688b  |  18 lines

  1. ; This file describes the number of characters defined 
  2. ; and a tga file that contains all the characters' bitmap
  3. ;
  4. ; TEXTURE <.tga file containing the bitmaps of the characters>
  5. TEXTURE progress2.tga
  6. ;
  7. ; NUMCHAR <number of chars>
  8. NUMCHAR 1
  9. ; A character is defined by typing the character just after 'CHAR '. It is VERY IMPORTANT
  10. ; to type only ONE space character between 'CHAR' and the <char>. This way I can read the
  11. ; definition of the space character typing it as is.
  12. ; CHAR <char> <U,V>                                |0 1 2|
  13. ; ex: CHAR a 0.0 1.0    0.0 0.75    0.1666 0.75    0.1666 1.0    (0,0)->    |3 4 5|
  14. ;
  15. CHAR 0  0.0000000 1.0000000    0.0000000 0.0000000    1.0000000 0.0000000     1.0000000 1.0000000
  16.  
  17.  
  18.