From 373e5f472f829714939103617cfe14e98d981b18 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 21 Sep 2014 08:00:06 +0200 Subject: Removed unused states and templating of main.js --- game/states/gameover.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 game/states/gameover.js (limited to 'game/states/gameover.js') diff --git a/game/states/gameover.js b/game/states/gameover.js deleted file mode 100644 index 7ffb7ed..0000000 --- a/game/states/gameover.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -function GameOver() {} - -GameOver.prototype = { - preload: function () { - }, - create: function () { - }, - update: function () { - } -}; - -module.exports = GameOver; -- cgit v1.2.3