From 4d3aba7167fbfd5e002714e3c4a577cc17f18af0 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 14 May 2020 10:51:54 -0500 Subject: Refactor updates, fix gameover, add level changing --- src/paperflight/index.html | 50 +++++++++++++++++++++++++--------------- src/paperflight/static/draw.js | 8 +++++-- src/paperflight/static/levels.js | 12 ++++++---- src/paperflight/static/update.js | 11 +++++---- src/paperflight/static/util.js | 9 ++++++++ 5 files changed, 60 insertions(+), 30 deletions(-) diff --git a/src/paperflight/index.html b/src/paperflight/index.html index ef26a03..a620a1c 100644 --- a/src/paperflight/index.html +++ b/src/paperflight/index.html @@ -24,7 +24,9 @@