Single_Active_Level_Container_Config
{
	name = "root";
	active_container_name = "mainmenubase";
};

//-------------------------------------------------------------------
//
// MAIN MENU
//

Single_Active_Level_Container
{
	Single_Active_Level_Container_Config
	{
		name = "mainmenubase";
		owner_name = "root";
		area_type = "Box";
		area_config = " min={0, 0, 0}; max={0, 0, 0}; ";
		active_container_name = "";
	};

//	Action_Button
//	{
//		name = "mainback";
//		owner_name = "mainmenubase";
//		area_type = "Box";
//		area_config = " min={-512.0, -384.0, 0}; max={512.0, 384.0, 0}; ";
//		trimesh_config = "data/mainmenu/bgrgrid/tricnf.txt";
//		material_config = "data/mainmenu/bgrgrid/matlist.txt";
//		bogus_depth = 160.0;
//		bogus_type = "idle";
//	};
	
// Animation replaced by mountains.
	Background_Item
	{
		name = "anime";
		owner_name = "mainmenubase";
		area_type = "Box";
		area_config = " min={-512.0, -384.0, 0.5}; max={512.0, 384.0, 0.5}; ";
		trimesh_config = "data/mainmenu/animback/tricnf.txt";
		material_config = "data/mainmenu/animback/matlist.txt";
		memory_texture = "yes";
	};

	Background_Item
	{
		name = "topline";
		owner_name = "mainmenubase";
		area_type = "Box";
		area_config = " min={-385.49, -384.5, 0.01}; max={499.25, -249.26, 0.01}; ";
		trimesh_config = "data/mainmenu/topline/tricnf.txt";
		material_config = "data/mainmenu/topline/matlist.txt";
	};

	Background_Item
	{
		name = "left";
		owner_name = "mainmenubase";
		area_type = "Box";
		area_config = " min={-512.0, -384.0, 0.01}; max={-275.44, 377.87, 0.01}; ";
		trimesh_config = "data/mainmenu/left/tricnf.txt";
		material_config = "data/mainmenu/left/matlist.txt";
	};
	Background_Item
	{
		name = "bottomline";
		owner_name = "mainmenubase";
		area_type = "Box";
		area_config = " min={-279.23, 274.83, 0.01}; max={512.0, 384.0, 0.01}; ";
		trimesh_config = "data/mainmenu/bottomline/tricnf.txt";
		material_config = "data/mainmenu/bottomline/matlist.txt";
	};

	Label
	{
		name = "title";
		owner_name = "mainmenubase";
		area_type = "Box";
		area_config = " min={-180.0, -110.0, -0.1}; max={70.0, -70.0, -0.1}; ";
		font = "chil";
		gap = {-8, -2, 0};
		control_text = "Select course:";
	};



	Action_Button {
		name = "Day";
		owner_name = "mainmenubase";
		area_type = "Box";
		area_config = " min={75.0, -50.0, -0.1}; max={375.0, -10.0, -0.1}; ";
		trimesh_config = "data/mainmenu/itembgr/tricnf.txt";
		material_config = "data/mainmenu/itembgr/matlist.txt";
		font = "frnk";
		control_text = "Day";

		destination_container = "loading";
		destination_state = "game";
	};


	Action_Button
	{
		name = "Night";
		owner_name = "mainmenubase";
		area_type = "Box";
		area_config = " min={00.0, 50.0, -0.1}; max={300.0, 90.0, -0.1}; ";
		trimesh_config = "data/mainmenu/itembgr/tricnf.txt";
		material_config = "data/mainmenu/itembgr/matlist.txt";
		font = "frnk";
		control_text = "Night";

		destination_container = "loading";
		destination_state = "game";
	};
	Action_Button {
		name = "Test";
		owner_name = "mainmenubase";
		area_type = "Box";
		area_config = " min={-75.0, 150.0, -0.1}; max={225.0, 190.0, -0.1}; ";
		trimesh_config = "data/mainmenu/itembgr/tricnf.txt";
		material_config = "data/mainmenu/itembgr/matlist.txt";
		font = "frnk";
		control_text = "Ezy ride";

		destination_container = "loading";
		destination_state = "game";
	};

};

//-------------------------------------------------------------------
//
//  LOADING...
//
//-------------------------------------------------------------------

Single_Active_Level_Container
{
	Single_Active_Level_Container_Config {
		name = "loading";
		owner_name = "root";
		area_type = "Box";
		area_config = " min={0,0,0}; max={0,0,0}; ";
		active_container_name = "";
	};

	Action_Button
	{
		name = "levelback";
		owner_name = "levelmenu";
		area_type = "Box";
		area_config = " min={-512.0, -384.0, 0.5}; max={512.0, 384.0, 0.5}; ";
		trimesh_config = "data/mainmenu/bgrgrid/tricnf.txt";
		material_config = "data/mainmenu/bgrgrid/matlist2.txt";
		bogus_type = "idle";
	};

	Label
	{
		name = "title";
		owner_name = "mainmenubase";
		area_type = "Box";
		area_config = " min={-150.0, -75.0, -20}; max={100.0, -35.0, -20}; ";
		font = "chil";
		gap = {-8, 0, 0};
		control_text = "Loading";
	};




};



// temp obj with everything ;)
//	Action_Button
//	{
//		name = "teekannu2";
//		owner_name = "mainmenubase";
//		area_type = "Rect";
//		area_config = " xa = -100.0; ya = -100.0; xb = 100.0; yb = 100.0; ";		
//		object_scale = 30;
//		trimesh_config = "testdata/tricnf.txt";
//		material_config = "testdata/matlist2.txt";
//		bogus_depth = 10.0;			//z bias 
//		bogus_anim = {0.005, 0.007, 0.009}; 	//obj rotation speed
//		destination_state = "game";		//if cliked, jump to this STATE!
//		destination_container = "mainmenu"; 	//if cliked, jump to this container!
//		item_modify = "some_funny_float_item";	//if cliked, modify (add) this Item<float>
//		item_delta = 3.1415926;			//with this value
//	};
};
