summaryrefslogtreecommitdiffhomepage
path: root/config/maps/alpha.lua
blob: b99adf3cd75c34df980da56b54524310c2f20020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
return
{
	name = "Alpha Abyss",
	theme = "alpha.ogg",
	portrait = "assets/maps/alpha.png",
	available = true,
	center = {x = 0, y = -80},
	width  = 360,
	height = 240,
	respawns = {
		{x = -30, y = 0},
		{x =  30, y = 0},
		{x =   0, y = 0},
		{x = -120, y = -50},
		{x = 120, y = -50},
		{x =  0, y = -75}
	},
	create = {
		{
			clouds = "assets/dust.png",
			animations = "clouds-default",
			count = 8,
		},
		{
			ratio = 0,
			background = "assets/backgrounds/alpha.png",
			animations = "background-alpha"
		},
		{
			x = -60,
			y = 0,
			platform = "alpha-big",
		},
		{
			x = -145,
			y = -50,
			platform = "alpha-small",
		},
		{
			x = 85,
			y = -50,
			platform = "alpha-small",
		},
		{
			x = -30,
			y = -80,
			platform = "alpha-small",
		}
	},
}