diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-05-14 10:21:26 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-05-14 10:21:26 -0500 |
commit | ae74d0d38196c14ea79cef2444f508c649c57580 (patch) | |
tree | 8b13e3e4ed560f11ef377dae340aa2b7584ebf8c /src/paperflight/index.html | |
parent | be1201b6aabc5365cadfff24049fe311d8458c9b (diff) |
Refactor some functions into util.js, add better vent wind
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 dc60794..26540b4 100644 --- a/src/paperflight/index.html +++ b/src/paperflight/index.html @@ -16,6 +16,7 @@ var height = 600 var fps = 60 </script> + <script src="/paperflight/util.js"></script> <script src="/paperflight/update.js"></script> <script src="/paperflight/draw.js"></script> <script src="/paperflight/items.js"></script> |