From abdce786065cc54b92e49c570c8699241e96ecea Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sun, 18 May 2014 12:18:53 +0100 Subject: [PATCH] Split out main functions into their own files. --- index.html | 3 ++ javascripts/create.js | 66 ++++++++++++++++++++++++++++ javascripts/game.js | 99 ------------------------------------------ javascripts/preload.js | 11 +++++ javascripts/update.js | 19 ++++++++ 5 files changed, 99 insertions(+), 99 deletions(-) create mode 100644 javascripts/create.js create mode 100644 javascripts/preload.js create mode 100644 javascripts/update.js diff --git a/index.html b/index.html index c3d5d04..15b541c 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,9 @@ + + +