VERSION 1	//  *********************************************
		//  *	Carma2 front-end interface file		*
		//  *						*
		//  *    Specifies location and content of 	*
		//  *	  interface screen elements		*
		//  *						*
		//  *********************************************

Game Menu	// Screen Title

2		// number of elements/items on screen
0		// number of groups
mainback	// underlay modelname

// Spec. for each item 
Testy_Type_Thang
50, 60,	// xpos, ypos
128, 32, 	// width, height
0, 1,		// normal font, hilight font
0
0
0
0

CANCEL, 
200, 60, 
128, 32, 
0, 1,
0
0
0
0

//Scrolling list specs
0	// # of scrollers

//Radio Button specs
0	// # of radio button groups

// level bar specs
0




