home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / bonus-num.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  406 b   |  28 lines

  1. //  Game GUI Movie File
  2. //
  3.  
  4. //  Max line length = 255 chars
  5. //  Max keyword length = 32 chars
  6.  
  7.  
  8. GAMEGUIMOVIE 1.0                //  Version -- must be first valid line in this file
  9.  
  10.  
  11. #include "guidefs.h"
  12.  
  13.  
  14. TEXTLINE BONUS_NUM ID= GGID_BONUS_NUM
  15.   TEXT "1000"
  16.   FONT "score.ggf"
  17.   SIZE 0.1
  18.   ALIGN CENTER
  19. END
  20.  
  21. SCRIPT
  22.  
  23.   0000 BONUS_NUM
  24.         0000 SETPOS 0.0 -0.05
  25.        END
  26.  
  27. END
  28.