summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
Diffstat (limited to 'maps')
-rw-r--r--maps/bounce.fnl3
-rw-r--r--maps/bounce.pngbin0 -> 196 bytes
-rw-r--r--maps/fall.fnl3
-rw-r--r--maps/fall.pngbin0 -> 204 bytes
-rw-r--r--maps/gimmick.fnl3
-rw-r--r--maps/gimmick.pngbin0 -> 233 bytes
-rw-r--r--maps/laststretch.fnl3
-rw-r--r--maps/laststretch.pngbin0 -> 255 bytes
-rw-r--r--maps/obstacle.fnl3
-rw-r--r--maps/obstacle.pngbin0 -> 200 bytes
-rw-r--r--maps/tubes.fnl3
-rw-r--r--maps/tubes.pngbin0 -> 190 bytes
12 files changed, 18 insertions, 0 deletions
diff --git a/maps/bounce.fnl b/maps/bounce.fnl
new file mode 100644
index 0000000..5cd9f75
--- /dev/null
+++ b/maps/bounce.fnl
@@ -0,0 +1,3 @@
+{:name "Bouncy"
+ :player-spawn-x 32
+ :player-spawn-y (* 5 32)}
diff --git a/maps/bounce.png b/maps/bounce.png
new file mode 100644
index 0000000..63b7201
--- /dev/null
+++ b/maps/bounce.png
Binary files differ
diff --git a/maps/fall.fnl b/maps/fall.fnl
new file mode 100644
index 0000000..76c7c1c
--- /dev/null
+++ b/maps/fall.fnl
@@ -0,0 +1,3 @@
+{:name "The Fall!"
+ :player-spawn-x 32
+ :player-spawn-y (* 2 32)}
diff --git a/maps/fall.png b/maps/fall.png
new file mode 100644
index 0000000..6f09270
--- /dev/null
+++ b/maps/fall.png
Binary files differ
diff --git a/maps/gimmick.fnl b/maps/gimmick.fnl
new file mode 100644
index 0000000..0987843
--- /dev/null
+++ b/maps/gimmick.fnl
@@ -0,0 +1,3 @@
+{:name "Gimmick"
+ :player-spawn-x 32
+ :player-spawn-y 32}
diff --git a/maps/gimmick.png b/maps/gimmick.png
new file mode 100644
index 0000000..b1f57a6
--- /dev/null
+++ b/maps/gimmick.png
Binary files differ
diff --git a/maps/laststretch.fnl b/maps/laststretch.fnl
new file mode 100644
index 0000000..51572ee
--- /dev/null
+++ b/maps/laststretch.fnl
@@ -0,0 +1,3 @@
+{:name "Homestretch"
+ :player-spawn-x 32
+ :player-spawn-y (* 13 32)}
diff --git a/maps/laststretch.png b/maps/laststretch.png
new file mode 100644
index 0000000..acb9cda
--- /dev/null
+++ b/maps/laststretch.png
Binary files differ
diff --git a/maps/obstacle.fnl b/maps/obstacle.fnl
new file mode 100644
index 0000000..1147130
--- /dev/null
+++ b/maps/obstacle.fnl
@@ -0,0 +1,3 @@
+{:name "Obstacles"
+ :player-spawn-x 32
+ :player-spawn-y (* 5 32)}
diff --git a/maps/obstacle.png b/maps/obstacle.png
new file mode 100644
index 0000000..c0d8927
--- /dev/null
+++ b/maps/obstacle.png
Binary files differ
diff --git a/maps/tubes.fnl b/maps/tubes.fnl
new file mode 100644
index 0000000..1ebafad
--- /dev/null
+++ b/maps/tubes.fnl
@@ -0,0 +1,3 @@
+{:name "Tubes?!"
+ :player-spawn-x 32
+ :player-spawn-y (* 3 32)}
diff --git a/maps/tubes.png b/maps/tubes.png
new file mode 100644
index 0000000..4b0e292
--- /dev/null
+++ b/maps/tubes.png
Binary files differ