summaryrefslogtreecommitdiff
path: root/game/states/gameover.js
diff options
context:
space:
mode:
Diffstat (limited to 'game/states/gameover.js')
-rw-r--r--game/states/gameover.js14
1 files changed, 0 insertions, 14 deletions
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;