summaryrefslogtreecommitdiffhomepage
path: root/config/maps/ribbit.lua
blob: f5e267e59f522abd905473effe1408095076fe90 (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
return
{
	name = "Ribbit IV",
	theme = "ribbit.ogg",
	portrait = "assets/maps/ribbit.png",
	center = {x = 0, y = 50},
	width  = 360,
	height = 240,
	respawns = {
		{x = -15, y = -80},
		{x =  -5, y = -80},
		{x =   5, y = -80},
		{x =  15, y = -80}
	},
	create = {
		{
			ratio = 0,
			background = "assets/backgrounds/ribbit.png"
		},
		{
			x = -154,
			y = 10,
			platform = "ribbit-left"
		},
		{
			x = 67,
			y = 7,
			platform = "ribbit-right"
		},
		{
			x = -70,
			y = -5,
			platform = "ribbit-top"
		},
		{
			x = -54,
			y = 63,
			platform = "ribbit-bottom"
		}
	}
}