home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 December / dpcb1298.iso / Games / Carma / data.z / game.txt < prev    next >
Text File  |  1998-06-30  |  730b  |  46 lines

  1. VERSION 1    //  *********************************************
  2.         //  *    Carma2 front-end interface file        *
  3.         //  *                        *
  4.         //  *    Specifies location and content of     *
  5.         //  *      interface screen elements        *
  6.         //  *                        *
  7.         //  *********************************************
  8.  
  9. Game Menu    // Screen Title
  10.  
  11. 2        // number of elements/items on screen
  12. 0        // number of groups
  13. mainback    // underlay modelname
  14.  
  15. // Spec. for each item 
  16. Testy_Type_Thang
  17. 50, 60,    // xpos, ypos
  18. 128, 32,     // width, height
  19. 6, 17,        // normal font, hilight font
  20. none
  21. 0
  22. 0
  23. 0
  24.  
  25. CANCEL, 
  26. 200, 60, 
  27. 128, 32, 
  28. 6, 17,
  29. none
  30. 0
  31. 0
  32. 0
  33.  
  34. //Scrolling list specs
  35. 0    // # of scrollers
  36.  
  37. //Radio Button specs
  38. 0    // # of radio button groups
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.