summaryrefslogtreecommitdiff
path: root/game/prefabs/player.js
diff options
context:
space:
mode:
Diffstat (limited to 'game/prefabs/player.js')
-rw-r--r--game/prefabs/player.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/prefabs/player.js b/game/prefabs/player.js
index fac3967..c7f0b94 100644
--- a/game/prefabs/player.js
+++ b/game/prefabs/player.js
@@ -17,6 +17,7 @@ var Player = function(game, x, y, key, frame, soundKey) {
this.score = 0;
this.maxScore = 1;
this.isMyTurn = false;
+ this.canBeEaten = true;
this.currentAnimation = {
isMyTurn: true,