From 7889250b115eec8709c0c9ff8345e0bef88037b5 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Wed, 13 May 2020 22:39:19 -0500 Subject: Add item constructors --- src/paperflight/index.html | 1 + src/paperflight/server.js | 1 + src/paperflight/static/items.js | 42 ++++++++++++ src/paperflight/static/levels.js | 143 ++++++--------------------------------- 4 files changed, 63 insertions(+), 124 deletions(-) create mode 100644 src/paperflight/static/items.js diff --git a/src/paperflight/index.html b/src/paperflight/index.html index c22f322..dc60794 100644 --- a/src/paperflight/index.html +++ b/src/paperflight/index.html @@ -18,6 +18,7 @@ +