home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / hud-menu.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  1.1 KB  |  54 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. #include "guidefs.h"
  11.  
  12. TEXTLINE MENU_TITLE ID= GGID_MENU_TITLE
  13.   FONT "score.ggf"
  14.   SIZE 0.125
  15.   TEXT "MAIN MENU"
  16.   ALIGN CENTER
  17.   PLAYMODE LOOP
  18. END
  19.  
  20. //MOVIE PLAYER_STATUS
  21. //  FILENAME "player_status.ggm"
  22. //  PLAYMODE LOOP
  23. //END
  24.  
  25. POLYGON MENU_SHADE
  26.   V -1.0  1.0  0.0 0.0
  27.   V  1.0  1.0  1.0 0.0
  28.   V  1.0 -1.0  1.0 1.0
  29.   V -1.0 -1.0  0.0 0.0
  30. END
  31.  
  32. SCRIPT
  33.  
  34. //  000 PLAYER_STATUS
  35. //        000 SETCOLOR 0.0 1.0 1.0 1.0
  36. //        500 SETCOLOR 1.0 1.0 1.0 1.0
  37. //      END
  38.  
  39.   000 MENU_TITLE
  40.         000 SETPOS 1.6666 0.85 ^-2.0
  41.         000 SETCOLOR 0.0 0.0 0.0 0.0
  42.         500 SETPOS 0.6666 0.85
  43.         500 SETCOLOR 0.25 0.0 0.0 0.0
  44.       END
  45.  
  46.   000 MENU_SHADE
  47.         000 SETSCALE 0.6 1.0
  48.         000 SETPOS 0.6666 -2.18 ^-2.0
  49.         000 SETCOLOR 0.0 0.0 0.0 0.0
  50.         500 SETPOS 0.6666 -0.18
  51.         500 SETCOLOR 0.25 0.0 0.0 0.0
  52.       END
  53. END
  54.