home *** CD-ROM | disk | FTP | other *** search
- % Font color Text
-
- define RED "255 0 0"
- define BLUE "0 0 255"
- define GREY "128 128 128"
- define WHITE "255 255 255"
-
- 0 text font WHITE 640 ? c "Main Menu"
-
- 1 text font BLUE 640 ? c "Play a new campagn"
- 2 instance 2 RED
- 3 instance 2 GREY
-
- 4 text font BLUE 640 ? c "Play a single scenerio"
- 5 instance 4 RED
- 6 instance 5 GREY
-
- 7 text font BLUE 640 ? c "Play a network game"
- 8 instance 7 RED
- 9 instance 7 GREY
-
- 10 text font BLUE 640 ? c "Load a game from disk"
- 11 instance 10 RED
- 12 instance 10 GREY
-
-