home *** CD-ROM | disk | FTP | other *** search
/ CD Action 16 B / cdactioncoverdisc / dcolony / data.z / INTRO.ENG < prev    next >
Text File  |  1997-07-03  |  553b  |  26 lines

  1. % Font    color        Text
  2.  
  3. define RED    "255 0 0"
  4. define BLUE    "0 0 255"
  5. define GREY    "128 128 128"
  6. define WHITE    "255 255 255"
  7.  
  8. 0    text    font    WHITE    640 ?  c    "Main Menu"
  9.  
  10. 1    text    font    BLUE    640 ?  c    "Play a new campagn"
  11. 2    instance 2    RED
  12. 3    instance 2    GREY
  13.  
  14. 4    text    font    BLUE    640 ?  c    "Play a single scenerio"
  15. 5    instance 4    RED
  16. 6    instance 5    GREY
  17.  
  18. 7    text    font    BLUE    640 ?  c    "Play a network game"
  19. 8    instance 7    RED
  20. 9    instance 7    GREY
  21.  
  22. 10    text    font    BLUE    640 ?  c    "Load a game from disk"
  23. 11    instance 10    RED    
  24. 12    instance 10    GREY
  25.  
  26.