summaryrefslogtreecommitdiff
path: root/game/prefabs/wall.js
diff options
context:
space:
mode:
Diffstat (limited to 'game/prefabs/wall.js')
-rw-r--r--game/prefabs/wall.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/game/prefabs/wall.js b/game/prefabs/wall.js
index 56c7e90..4b4b42a 100644
--- a/game/prefabs/wall.js
+++ b/game/prefabs/wall.js
@@ -2,8 +2,6 @@
var Wall = function(game, x, y, frame) {
Phaser.Sprite.call(this, game, x, y, 'wall', frame);
-
- // initialize your prefab here
};
Wall.prototype = Object.create(Phaser.Sprite.prototype);