home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / oddech / stratton / data1.cab / DATA_FILES / data / gui / credits-intro-layout.ggm < prev    next >
Encoding:
Text File  |  2000-12-16  |  1.1 KB  |  57 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. TEXTBOX COPY1
  14.   FONT "swiss-xcbi.ggf"
  15.   SIZE 0.075
  16.   LEADING 0.1
  17.   ALIGN CENTER
  18.   TEXT "Copyright 2000\nAll rights reserved"
  19.   RECT -1.0 0.075 1.0 -0.75
  20. END
  21.  
  22. POLYGON SLINGLOGO
  23.   BITMAP "gui_intro.psd"
  24.   V -0.25  0.125 0.2539 0.0039
  25.   V  0.25  0.125 0.746  0.0039
  26.   V  0.25 -0.125 0.746  0.246
  27.   V -0.25 -0.125 0.2539 0.246
  28. END
  29.  
  30. POLYGON SRLOGO
  31.   BITMAP "srlogo_matte.psd"
  32.   V -0.5  0.5  0.0  0.0        //  Not bothering to use colors, defaults to 1,1,1,1
  33.   V  0.5  0.5  1.0  0.0
  34.   V  0.5 -0.5  1.0  1.0
  35.   V -0.5 -0.5  0.0  1.0
  36. END
  37.  
  38.  
  39. SCRIPT
  40.  
  41.   000000 SRLOGO
  42.           00000 SETPOS 0.0 0.4
  43.           00000 SETSCALE 0.8 0.8
  44.          END
  45.  
  46.   000000 COPY1
  47.           00000 SETPOS 0.0 -0.11
  48.           00000 SETSCALE 1.0 1.0
  49.          END
  50.  
  51.   000000 SLINGLOGO
  52.           00000 SETPOS 0.0 -0.5
  53.           00000 SETSCALE 1.0 1.0
  54.          END
  55.  
  56. END
  57.