home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / bonus-desc.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  462 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_DESC ID= GGID_BONUS_DESC
  15.   TEXT "TREMENDOUS AIR!"
  16.   FONT "swiss-xcbi.ggf"
  17.   SIZE 0.08
  18.   ALIGN CENTER
  19. END
  20.  
  21. SCRIPT
  22.  
  23.   0000 BONUS_DESC
  24.         0000 SETPOS 0.0 -0.1
  25.         0000 SETCOLOR 1.0 0.0 1.0 1.0
  26.        END
  27. END
  28.