From e5053056ad7a223466c8e56df7b63279458d2867 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Thu, 25 Oct 2018 10:43:46 -0400 Subject: Majority of gameplay is implemented at this point --- maps/babysteps.fnl | 3 +++ maps/babysteps.png | Bin 0 -> 217 bytes maps/sandbox.fnl | 4 +++- maps/sandbox.png | Bin 245 -> 182 bytes 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 maps/babysteps.fnl create mode 100644 maps/babysteps.png (limited to 'maps') 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 Binary files /dev/null and b/maps/babysteps.png 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 Binary files a/maps/sandbox.png and b/maps/sandbox.png differ -- cgit v1.3