From a610d4f3c513107135ece5276afffa4223c7ee4b Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 26 Oct 2018 14:13:54 -0400 Subject: Rest of greetz and maps. Game is essentially complete --- maps/obstacle.fnl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 maps/obstacle.fnl (limited to 'maps/obstacle.fnl') 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)} -- cgit v1.3