Game.Levels = [

	{ 
		name : "Level 1",
		description : "Just keep on keepin' on for 60 seconds",
		music : "friend_kami_computer not to sing_5709_2",
		time : 60,
		heroes : 4,
		start : {
			x : 12.5*32, y : 8*32
		},
		shapes : [
		],
		objects : [
		]
	},

	{ 
		name : "Level 2",
		description : "An obstacle",
		//music : "friend_kami_computer not to sing_5709_2",
		//musicStart : 60,
		time : 60,
		heroes : 4,
		start : {
			x : 12.5*32, y : 3*32
		},
		shapes : [
			{
				shape : "Box",
				x : 6*32, 
				y : 160,
				w : 384, 
				h : 192,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			}
		],
		objects : [
		]
	},

	{ 
		name : "Level 3",
		description : "A sense of direction",
		music : "brainworks_I Want To Hold You_4790_2",
		time : 60,
		heroes : 4,
		start : {
			x : 2*32, y : 8*32
		},
		shapes : [
		],
		objects : [
			{
				type : "Director",
				direction : "up",
				range : 64,
				x : 3 * 32, y : 6 * 32
			},
			{
				type : "Director",
				direction : "up",
				range : 64,
				x : 3 * 32, y : 11 * 32
			},
			{
				type : "Director",
				direction : "right",
				range : 64,
				x : 5 * 32, y : 3 * 32
			},
			{
				type : "Director",
				direction : "right",
				range : 64,
				x : 11 * 32, y : 3 * 32
			},
			{
				type : "Director",
				direction : "right",
				range : 64,
				x : 17 * 32, y : 3 * 32
			},
			{
				type : "Director",
				direction : "down",
				range : 64,
				x : 21 * 32, y : 5 * 32
			},
			{
				type : "Director",
				direction : "down",
				range : 64,
				x : 21 * 32, y : 10 * 32
			},
			{
				type : "Director",
				direction : "left",
				range : 64,
				x : 19 * 32, y : 13 * 32
			},
			{
				type : "Director",
				direction : "left",
				range : 64,
				x : 13 * 32, y : 13 * 32
			},
			{
				type : "Director",
				direction : "left",
				range : 64,
				x : 7 * 32, y : 13 * 32
			}
		]	
	},

	{ 
		name : "Level 4",
		description : "Attraction and Repulsion",
		music : "friend_kami_human_6223_2",
		time : 60,
		heroes : 4,
		start : {
			x : 2*32, y : 8*32
		},
		shapes : [
		],
		objects : [
			{
				type : "Attractor",
				range : 128,
				x : 6 * 32, y : 5 * 32
			},
			{
				type : "Repulsor",
				range : 128,
				x : 18 * 32, y : 10 * 32
			}
		]
	},

	{ 
		name : "Level 5",
		description : "spinning... spinning... spinning...",
		music : "friend_kami_data2_7322_2",
		time : 60,
		heroes : 4,
		start : {
			x : 2*32, y : 8*32
		},
		shapes : [
		],
		objects : [
			{
				type : "Vortex",
				range : 128,
				x : 12.5 * 32, y : 8.5 * 32
			}
		]
	},

	{ 
		name : "Level 6",
		description : "Electrifyin'",
		music : null,
		time : 60,
		heroes : 4,
		start : {
			x : 2*32, y : 8*32
		},
		shapes : [
		],
		objects : [
			{
				type : "Zapper",
				range : 128,
				x : 22 * 32, y : 3 * 32
			},
			{
				type : "Zapper",
				range : 128,
				x : 2 * 32, y : 13 * 32
			}
		]
	},

	{ 
		name : "Level 7",
		description : "So you want to be a hero",
		music : "friend_kami_friday all alone_5992_2",
		time : 60,
		heroes : 4,
		start : {
			x : 2*32, y : 8*32
		},
		shapes : [
			{
				shape : "Box",
				x : 8*32, 
				y : 6*32,
				w : 8*32, 
				h : 3*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			}
		],
		objects : [
			{
				type : "Repulsor",
				range : 128,
				x : 22 * 32, y : 3 * 32
			},
			{
				type : "Repulsor",
				range : 128,
				x : 2 * 32, y : 3 * 32
			},
			{
				type : "Repulsor",
				range : 128,
				x : 22 * 32, y : 13 * 32
			},
			{
				type : "Repulsor",
				range : 128,
				x : 2 * 32, y : 13 * 32
			}
		]
	},

	{ 
		name : "Level 8",
		description : "Safe haven",
		music : "brainworks_I Want To Hold You_4790_2",
		musicStart : 125,
		time : 90,
		heroes : 4,
		start : {
			x : 2*32, y : 8*32
		},
		shapes : [
			{
				shape : "Box",
				x : 8*32, 
				y : 5*32,
				w : 2*32, 
				h : 8*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 14*32, 
				y : 5*32,
				w : 2*32, 
				h : 8*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 8*32, 
				y : 3*32,
				w : 8*32, 
				h : 2*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			}
		],
		objects : [
			{
				type : "Director",
				range : 64,
				x : 9 * 32, y : 14 * 32,
				direction : "left"
			},
			{
				type : "Director",
				range : 64,
				x : 15 * 32, y : 14 * 32,
				direction : "left"
			},
			{
				type : "Director",
				range : 64,
				x : 12 * 32, y : 14 * 32,
				direction : "left"
			},
			{
				type : "Zapper",
				range : 128,
				x : 1.5 * 32, y : 14 * 32
			}
		]
	},

	{ 
		name : "Level 9",
		description : "Pipes and plumbers",
		music : null,
		musicStart : 125,
		time : 90,
		heroes : 4,
		start : {
			x : 2*32, y : 8*32
		},
		shapes : [
			{
				shape : "Box",
				x : 2*32, 
				y : 14*32,
				w : 20*32, 
				h : 3*32,
				color : "rgba(78,58,46,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 2*32, 
				y : 6*32,
				w : 2*32, 
				h : 2*32,
				color : "rgba(98,68,46,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 4*32, 
				y : 6*32,
				w : 2*32, 
				h : 2*32,
				color : "rgba(88,78,46,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 6*32, 
				y : 6*32,
				w : 2*32, 
				h : 2*32,
				color : "rgba(98,68,46,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 6*32, 
				y : 2*32,
				w : 2*32, 
				h : 2*32,
				color : "rgba(88,78,46,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 8*32, 
				y : 6*32,
				w : 2*32, 
				h : 2*32,
				color : "rgba(88,78,46,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 10*32, 
				y : 6*32,
				w : 2*32, 
				h : 2*32,
				color : "rgba(98,68,46,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 17.5*32, 
				y : 8*32,
				w : 4*32, 
				h : 2*32,
				color : "rgba(38,88,44,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 18*32, 
				y : 10*32,
				w : 3*32, 
				h : 4*32,
				color : "rgba(38,88,44,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			}
		],
		objects : [
			{
				type : "Vortex",
				range : 128,
				x : 19.5 * 32, y : 5.5 * 32
			}
		]
	},

	{ 
		name : "Level 10",
		description : "Oh, you shouldn't have",
		music : "friend_kami_human_6223_2",
		musicStart : 114,
		time : 90,
		heroes : 4,
		start : {
			x : 2*32, y : 8*32 
		},
		shapes : [
			{
				shape : "Box",
				x : 3*32, 
				y : 10*32,
				w : 16*32, 
				h : 1*32,
				color : "rgba(78,58,46,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 3*32, 
				y : 6*32,
				w : 16*32, 
				h : 1*32,
				color : "rgba(78,58,46,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			}
		],
		objects : [
			{
				type : "Zapper",
				range : 64,
				x : 13 * 32, y : 8.5 * 32
			},
			{
				type : "Director",
				range : 80,
				x : 4 * 32, y : 8.5 * 32,
				direction : "right"
			},
			{
				type : "Director",
				range : 64,
				x : 7 * 32, y : 8.5 * 32,
				direction : "right"
			},
			{
				type : "Director",
				range : 64,
				x : 10 * 32, y : 8.5 * 32,
				direction : "right"
			},
			{
				type : "Director",
				range : 64,
				x : 16 * 32, y : 8.5 * 32,
				direction : "right"
			},
			{
				type : "Director",
				range : 64,
				x : 19 * 32, y : 8.5 * 32,
				direction : "right"
			},
			{
				type : "Director",
				range : 64,
				x : 1.5 * 32, y : 13.5 * 32,
				direction : "up"
			},
			{
				type : "Director",
				range : 64,
				x : 1.5 * 32, y : 2.5 * 32,
				direction : "down"
			},
			{
				type : "Repulsor",
				range : 104,
				x : 22.5 * 32, y : 8.5 * 32
			}
		]
	},

	{ 
		name : "Level 11",
		description : "Grandma -> down the stairs",
		music : "friend_kami_computer not to sing_5709_2",
		time : 120,
		heroes : 4,
		start : {
			x : 2*32, y : 10*32
		},
		shapes : [
			{
				shape : "Box",
				x : 4*32, 
				y : 4*32,
				w : 2*32, 
				h : 10*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 6*32, 
				y : 6*32,
				w : 2*32, 
				h : 8*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 8*32, 
				y : 8*32,
				w : 2*32, 
				h : 6*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 10*32, 
				y : 10*32,
				w : 2*32, 
				h : 4*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 12*32, 
				y : 12*32,
				w : 2*32, 
				h : 2*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			}

		],
		objects : [
			{
				type : "Director",
				range : 64,
				x : 5 * 32, y : 3 * 32,
				direction : "right"
			},
			{
				type : "Attractor",
				range : 128,
				x : 5 * 32, y : 5 * 32
			},
			{
				type : "Director",
				range : 64,
				x : 7 * 32, y : 5 * 32,
				direction : "right"
			},
			{
				type : "Attractor",
				range : 96,
				x : 7 * 32, y : 7 * 32
			},
			{
				type : "Director",
				range : 64,
				x : 9 * 32, y : 7 * 32,
				direction : "right"
			},
			{
				type : "Attractor",
				range : 96,
				x : 9 * 32, y : 9 * 32
			},
			{
				type : "Director",
				range : 64,
				x : 11 * 32, y : 9 * 32,
				direction : "right"
			},
			{
				type : "Attractor",
				range : 96,
				x : 11 * 32, y : 11 * 32
			},
			{
				type : "Director",
				range : 64,
				x : 13 * 32, y : 11 * 32,
				direction : "right"
			},
			{
				type : "Attractor",
				range : 128,
				x : 13 * 32, y : 13 * 32
			},
			{
				type : "Director",
				range : 64,
				x : 15 * 32, y : 13 * 32,
				direction : "right"
			},
			{
				type : "Zapper",
				range : 96,
				x : 21 * 32, y : 13 * 32
			},
			{
				type : "Director",
				range : 96,
				x : 2 * 32, y : 11 * 32,
				direction : "up"
			},
			{
				type : "Director",
				range : 96,
				x : 2 * 32, y : 6 * 32,
				direction : "up"
			}
		]
	},

	{ 
		name : "Level 12",
		description : "A tale of four holes",
		//music : "brainworks_I Want To Hold You_4790_2",
		musicStart : 180,
		time : 100,
		heroes : 4,
		start : {
			x : 11*32, y : 4*32
		},
		shapes : [
			{
				shape : "Box",
				x : 5*32, 
				y : 4.5*32,
				w : 2*32, 
				h : 8*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 11.5*32, 
				y : 5.5*32,
				w : 1*32, 
				h : 6*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			},
			{
				shape : "Box",
				x : 17*32, 
				y : 4.5*32,
				w : 2*32, 
				h : 8*32,
				color : "rgba(38,58,66,0.7)",
				border : "#8eb8ca",
				bordersize : 1,
				blocking : true
			}

		],
		objects : [
			{
				type : "Vortex",
				x : 2.5*32, y : 8.5*32,
				range : 128
			},
			{
				type : "Vortex",
				x : 21.5*32, y : 8.5*32,
				range : 128
			},
			{
				type : "Vortex",
				x : 9.5*32, y : 8.5*32,
				range : 128
			},
			{
				type : "Vortex",
				x : 14.5*32, y : 8.5*32,
				range : 128
			}
		]
	}


];