home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / playername.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  725 b   |  41 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 PLAYERNAME ID= GGID_PLAYERNAME
  13.   FONT "lcd.ggf"
  14.   TEXT "Player"
  15.   SIZE 0.05
  16.   ALIGN LEFT
  17. END
  18.  
  19. POLYGON LCD
  20.   V -1.0  1.0  1.0 1.0 1.0 1.0
  21.   V  1.0  1.0  1.0 1.0 1.0 1.0
  22.   V  1.0 -1.0  1.0 1.0 1.0 1.0
  23.   V -1.0 -1.0  1.0 1.0 1.0 1.0
  24. END
  25.  
  26. SCRIPT
  27.  
  28.   0000 LCD
  29.         0000 SETPOS -1.3333 1.0
  30.         0000 SETCOLOR 0.35 0.0 0.0 0.0
  31.         0000 SETSCALE 0.5 0.07
  32.        END
  33.  
  34.   0000 PLAYERNAME
  35.         0000 SETPOS -1.3 0.945
  36.         0000 SETCOLOR 1.0 1.0 0.9 0.0
  37.        END
  38.  
  39.  
  40. END
  41.