home *** CD-ROM | disk | FTP | other *** search
- VERSION 1 // *********************************************
- // * Carma2 front-end interface file *
- // * *
- // * Specifies location and content of *
- // * interface screen elements *
- // * *
- // *********************************************
-
- Main Menu // Screen Title
-
- 13 // number of elements/items on screen
- 0 // number of groups
- mainback // underlay modelname
-
- // Spec. for each item
- Car
- 60, 300,
- 128, 32
- 17, 18,
- none
- 0
- 0
- 0
-
- Start // Button text - XXX denotes no text
- 60, 400, // xpos, ypos
- 128, 32, // width, height
- 17, 18, // "unlit" font, "hilighted" font
- none // pixelmap basename (none = no image)
- 0 // Greyed-out backdrop? 1=yes, 0=no
- 0 // selectable? i.e. 0 if a "button", 1 if an "option - a button does something, an option represents a value
- 0 // group
-
- Game_Settings
- 410, 320,
- 256, 32,
- 17, 18,
- none
- 0
- 0
- 0
-
- Options
- 440, 370,
- 128, 32,
- 17, 18,
- none
- 0
- 0
- 0
-
- Quit
- 520, 1,
- 128, 32,
- 17, 18,
- none
- 0
- 0
- 0
-
- XXX
- 200,130,
- 64,64,
- 17,18,
- arrowup
- 0
- 0
- 0
-
- ItemA
- 200,200,
- 128,32,
- 19,20
- none
- 0
- 1
- 0
-
- ItemB
- 200,232,
- 128,32,
- 19,20
- none
- 0
- 1
- 0
-
- ItemC
- 200,264,
- 128,32,
- 19,20
- none
- 0
- 1
- 0
-
- ItemD
- 200,296,
- 128,32,
- 19,20
- none
- 0
- 1
- 0
-
- ItemE
- 200,328,
- 128,32,
- 19,20
- none
- 0
- 1
- 0
-
- ItemF
- 200,360,
- 128,32,
- 19,20
- none
- 0
- 1
- 0
-
- XXX
- 200,360,
- 64,64,
- 17,18,
- arrowdn
- 0
- 0
- 0
-
- //Scrolling list specs
- 1 // # of scrollers
-
- 1, 3 //scroller i.d. , total # scrollable items in list
- 3, 6 // # displayed at once, index of item at "top"
- 6, 11 // index of first scrollable item, index of last scrollable item
- 1 // Greyed-out backdrop? 1=yes, 0=no
- 150,140 // grey area x, y (topleft)
- 180,270 // grey area width, height
-
- //Radio Button specs
- 0 // # of radio button groups
-
-
-
-