Skip to content

Commit

Permalink
palyers lose points hen they die
Browse files Browse the repository at this point in the history
  • Loading branch information
omgimanerd committed Apr 3, 2016
1 parent 0c4874e commit 64cf76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Player.prototype.respawn = function() {
this.vx = 0;
this.vy = 0;
this.health = Constants.PLAYER_MAX_HEALTH;
this.score -= 1000;
this.score -= 10000;
};

/**
Expand Down

0 comments on commit 64cf76c

Please sign in to comment.