From 7889250b115eec8709c0c9ff8345e0bef88037b5 Mon Sep 17 00:00:00 2001
From: Mark Powers <markppowers0@gmail.com>
Date: Wed, 13 May 2020 22:39:19 -0500
Subject: Add item constructors

---
 src/paperflight/index.html | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/paperflight/index.html')

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 @@
     </script>
     <script src="/paperflight/update.js"></script>
     <script src="/paperflight/draw.js"></script>
+    <script src="/paperflight/items.js"></script>
     <script src="/paperflight/levels.js"></script>
     <script>
         var username = undefined
-- 
cgit v1.2.3