home *** CD-ROM | disk | FTP | other *** search
- // Game GUI Movie File
- //
-
- // Max line length = 255 chars
- // Max keyword length = 32 chars
-
-
- GAMEGUIMOVIE 1.0 // Version -- must be first valid line in this file
-
-
- #include "guidefs.h"
-
-
- TEXTLINE BONUS_DESC ID= GGID_BONUS_DESC
- TEXT "TREMENDOUS AIR!"
- FONT "swiss-xcbi.ggf"
- SIZE 0.08
- ALIGN CENTER
- END
-
- SCRIPT
-
- 0000 BONUS_DESC
- 0000 SETPOS 0.0 -0.1
- 0000 SETCOLOR 1.0 0.0 1.0 1.0
- END
- END
-