diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-05-13 22:39:19 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-05-13 22:39:19 -0500 |
commit | 7889250b115eec8709c0c9ff8345e0bef88037b5 (patch) | |
tree | 6e20aa84ff1361e23b569811e617951518faa1aa /src/paperflight/index.html | |
parent | e0552a705e3ddfd79a684ee7a67ca02f57fbb2bc (diff) |
Add item constructors
Diffstat (limited to 'src/paperflight/index.html')
-rw-r--r-- | src/paperflight/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 |