summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-08-14 00:49:30 +0200
committerAki <nthirtyone@gmail.com>2016-08-14 00:49:30 +0200
commit045484e3b1ce837decd427a5591712a986a4e54b (patch)
tree837d5c96da69526ff1da8f8fbb5f1269c0d70e02
parentc2f861b5f4c27ab5946506eb640a03c64971b218 (diff)
downloadroflnauts-045484e3b1ce837decd427a5591712a986a4e54b.zip
roflnauts-045484e3b1ce837decd427a5591712a986a4e54b.tar.gz
roflnauts-045484e3b1ce837decd427a5591712a986a4e54b.tar.bz2
Starstorm map!
-rw-r--r--assets/backgrounds/starstorm.pngbin0 -> 2760 bytes
-rw-r--r--assets/decorations/starstorm-left-bottom.pngbin0 -> 735 bytes
-rw-r--r--assets/decorations/starstorm-left-top.pngbin0 -> 1030 bytes
-rw-r--r--assets/decorations/starstorm-right-bottom.pngbin0 -> 746 bytes
-rw-r--r--assets/decorations/starstorm-right-top.pngbin0 -> 1022 bytes
-rw-r--r--assets/music/starstorm.oggbin0 -> 6117961 bytes
-rw-r--r--assets/platforms/starstorm-center.pngbin0 -> 411 bytes
-rw-r--r--assets/platforms/starstorm-left-bottom.pngbin0 -> 729 bytes
-rw-r--r--assets/platforms/starstorm-left-middle.pngbin0 -> 1216 bytes
-rw-r--r--assets/platforms/starstorm-left-top.pngbin0 -> 871 bytes
-rw-r--r--assets/platforms/starstorm-right-bottom.pngbin0 -> 783 bytes
-rw-r--r--assets/platforms/starstorm-right-middle.pngbin0 -> 1215 bytes
-rw-r--r--assets/platforms/starstorm-right-top.pngbin0 -> 803 bytes
-rw-r--r--maplist.lua3
-rw-r--r--maps/starstorm.lua93
15 files changed, 95 insertions, 1 deletions
diff --git a/assets/backgrounds/starstorm.png b/assets/backgrounds/starstorm.png
new file mode 100644
index 0000000..43dd52d
--- /dev/null
+++ b/assets/backgrounds/starstorm.png
Binary files differ
diff --git a/assets/decorations/starstorm-left-bottom.png b/assets/decorations/starstorm-left-bottom.png
new file mode 100644
index 0000000..4a9353f
--- /dev/null
+++ b/assets/decorations/starstorm-left-bottom.png
Binary files differ
diff --git a/assets/decorations/starstorm-left-top.png b/assets/decorations/starstorm-left-top.png
new file mode 100644
index 0000000..2e93db9
--- /dev/null
+++ b/assets/decorations/starstorm-left-top.png
Binary files differ
diff --git a/assets/decorations/starstorm-right-bottom.png b/assets/decorations/starstorm-right-bottom.png
new file mode 100644
index 0000000..6a09b47
--- /dev/null
+++ b/assets/decorations/starstorm-right-bottom.png
Binary files differ
diff --git a/assets/decorations/starstorm-right-top.png b/assets/decorations/starstorm-right-top.png
new file mode 100644
index 0000000..41034d5
--- /dev/null
+++ b/assets/decorations/starstorm-right-top.png
Binary files differ
diff --git a/assets/music/starstorm.ogg b/assets/music/starstorm.ogg
new file mode 100644
index 0000000..9cf6fb9
--- /dev/null
+++ b/assets/music/starstorm.ogg
Binary files differ
diff --git a/assets/platforms/starstorm-center.png b/assets/platforms/starstorm-center.png
new file mode 100644
index 0000000..c813f5a
--- /dev/null
+++ b/assets/platforms/starstorm-center.png
Binary files differ
diff --git a/assets/platforms/starstorm-left-bottom.png b/assets/platforms/starstorm-left-bottom.png
new file mode 100644
index 0000000..90739e3
--- /dev/null
+++ b/assets/platforms/starstorm-left-bottom.png
Binary files differ
diff --git a/assets/platforms/starstorm-left-middle.png b/assets/platforms/starstorm-left-middle.png
new file mode 100644
index 0000000..3e4294e
--- /dev/null
+++ b/assets/platforms/starstorm-left-middle.png
Binary files differ
diff --git a/assets/platforms/starstorm-left-top.png b/assets/platforms/starstorm-left-top.png
new file mode 100644
index 0000000..ca6c1f3
--- /dev/null
+++ b/assets/platforms/starstorm-left-top.png
Binary files differ
diff --git a/assets/platforms/starstorm-right-bottom.png b/assets/platforms/starstorm-right-bottom.png
new file mode 100644
index 0000000..99cec3d
--- /dev/null
+++ b/assets/platforms/starstorm-right-bottom.png
Binary files differ
diff --git a/assets/platforms/starstorm-right-middle.png b/assets/platforms/starstorm-right-middle.png
new file mode 100644
index 0000000..3a3a070
--- /dev/null
+++ b/assets/platforms/starstorm-right-middle.png
Binary files differ
diff --git a/assets/platforms/starstorm-right-top.png b/assets/platforms/starstorm-right-top.png
new file mode 100644
index 0000000..d802483
--- /dev/null
+++ b/assets/platforms/starstorm-right-top.png
Binary files differ
diff --git a/maplist.lua b/maplist.lua
index 5db65eb..ae32551 100644
--- a/maplist.lua
+++ b/maplist.lua
@@ -1,5 +1,6 @@
return {
"default",
"rill",
- "ribbit"
+ "ribbit",
+ "starstorm"
}
diff --git a/maps/starstorm.lua b/maps/starstorm.lua
new file mode 100644
index 0000000..3dc1b9e
--- /dev/null
+++ b/maps/starstorm.lua
@@ -0,0 +1,93 @@
+return {
+ -- CENTER AND SIZE
+ name = "starstorm",
+ theme = "starstorm.ogg",
+ center_x = 0,
+ center_y = -5,
+ width = 400,
+ height = 260,
+ -- RESPAWN POINTS
+ respawns = {
+ {x = 100, y = 45},
+ {x = -100, y = 45},
+ {x = -90, y = -25},
+ {x = 90, y = -25},
+ {x = -110, y = -70},
+ {x = 110, y = -70}
+ },
+ -- GRAPHICS
+ clouds = false,
+ background = "assets/backgrounds/starstorm.png",
+ platforms = {
+ {
+ x = -170,
+ y = -55,
+ shape = {
+ {0,1, 33,1, 39,6, 39,19, 31,21, 3,21},
+ {40,6, 115,6, 114,14, 40,14}
+ },
+ sprite = "assets/platforms/starstorm-left-top.png"
+ },
+ {
+ x = -156,
+ y = -2,
+ shape = {1,0, 109,0, 108,18, 1,20},
+ sprite = "assets/platforms/starstorm-left-middle.png"
+ },
+ {
+ x = -160,
+ y = 69,
+ shape = {0,4, 17,1, 97,1, 102,6, 102,11, 97,16, 19,16, 1,11},
+ sprite = "assets/platforms/starstorm-left-bottom.png"
+ },
+ {
+ x = 52,
+ y = -55,
+ shape = {
+ {116,1, 83,1, 77,6, 77,19, 85,21, 113,21},
+ {76,6, 1,6, 2,14, 76,14}
+ },
+ sprite = "assets/platforms/starstorm-right-top.png"
+ },
+ {
+ x = 44,
+ y = -2,
+ shape = {109,0, 1,0, 2,18, 109,20},
+ sprite = "assets/platforms/starstorm-right-middle.png"
+ },
+ {
+ x = 55,
+ y = 69,
+ shape = {103,4, 86,1, 6,1, 1,6, 1,11, 6,16, 84,16, 102,11},
+ sprite = "assets/platforms/starstorm-right-bottom.png"
+ },
+ {
+ x = -27,
+ y = 40,
+ shape = {0,6, 53,6, 53,14, 0,14},
+ sprite = "assets/platforms/starstorm-center.png"
+ }
+ },
+ decorations = {
+ {
+ x = -166,
+ y = -37,
+ sprite = "assets/decorations/starstorm-left-top.png"
+ },
+ {
+ x = -163,
+ y = 19,
+ sprite = "assets/decorations/starstorm-left-bottom.png"
+ },
+ {
+ x = 119,
+ y = -37,
+ sprite = "assets/decorations/starstorm-right-top.png"
+ },
+ {
+ x = 52+77,
+ y = 19,
+ sprite = "assets/decorations/starstorm-right-bottom.png"
+ }
+ }
+}