home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Game Collection / XULTI.ISO / 452 / puiss4.rc < prev    next >
Text File  |  1993-12-02  |  383b  |  25 lines

  1.  
  2. 1 MENU
  3.   {
  4.   POPUP "&Game"
  5.     {
  6.     MENUITEM "&New\tF2",        20
  7.     MENUITEM SEPARATOR
  8.     MENUITEM "Player Begin",    21
  9.     MENUITEM SEPARATOR
  10.     MENUITEM "&Quit",        22
  11.     }
  12.   POPUP "&Level"
  13.     {
  14.     MENUITEM " Level 1",        1
  15.     MENUITEM " Level 2",        2
  16.     MENUITEM " Level 3",        3
  17.     MENUITEM " Level 4",        4
  18.     MENUITEM " Level 5",        5
  19.     }
  20.   MENUITEM "&About",            23, HELP
  21.   }
  22.  
  23. 2 ICON          puiss4.ico
  24.  
  25.