From e9489b26a288dc7f1dc735ab8f66ded3a0df91f3 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Thu, 25 Oct 2018 15:26:49 -0400 Subject: Implemented menus and endgame --- maps/demo.fnl | 3 +++ maps/demo.png | Bin 0 -> 217 bytes 2 files changed, 3 insertions(+) create mode 100644 maps/demo.fnl create mode 100644 maps/demo.png (limited to 'maps') diff --git a/maps/demo.fnl b/maps/demo.fnl new file mode 100644 index 0000000..e76d4d7 --- /dev/null +++ b/maps/demo.fnl @@ -0,0 +1,3 @@ +{:name "Demonstration" + :player-spawn-x 32 + :player-spawn-y 32} diff --git a/maps/demo.png b/maps/demo.png new file mode 100644 index 0000000..a26d2fd Binary files /dev/null and b/maps/demo.png differ -- cgit v1.3