summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2018-10-25 10:43:46 -0400
committerJakob L. Kreuze <jakob@memeware.net>2018-10-25 10:43:46 -0400
commite5053056ad7a223466c8e56df7b63279458d2867 (patch)
tree33a5231c1d64b114136596aa75f16e8058b1927c /maps
parentc60fe418289e4eb3f058fd43bcfdd2ad17c5eac2 (diff)
Majority of gameplay is implemented at this point
Diffstat (limited to 'maps')
-rw-r--r--maps/babysteps.fnl3
-rw-r--r--maps/babysteps.pngbin0 -> 217 bytes
-rw-r--r--maps/sandbox.fnl4
-rw-r--r--maps/sandbox.pngbin245 -> 182 bytes
4 files changed, 6 insertions, 1 deletions
diff --git a/maps/babysteps.fnl b/maps/babysteps.fnl
new file mode 100644
index 0000000..155b23b
--- /dev/null
+++ b/maps/babysteps.fnl
@@ -0,0 +1,3 @@
+{:name "Baby Steps"
+ :player-spawn-x 32
+ :player-spawn-y (* 6 32)}
diff --git a/maps/babysteps.png b/maps/babysteps.png
new file mode 100644
index 0000000..a7c532b
--- /dev/null
+++ b/maps/babysteps.png
Binary files differ
diff --git a/maps/sandbox.fnl b/maps/sandbox.fnl
index a0a2221..156c79a 100644
--- a/maps/sandbox.fnl
+++ b/maps/sandbox.fnl
@@ -1 +1,3 @@
-{:name "The Sandbox"}
+{:name "The Sandbox"
+ :player-spawn-x 32
+ :player-spawn-y 32}
diff --git a/maps/sandbox.png b/maps/sandbox.png
index 4aade9c..e0e40c8 100644
--- a/maps/sandbox.png
+++ b/maps/sandbox.png
Binary files differ