better controls
This commit is contained in:
parent
4260eefafe
commit
e255982fef
2 changed files with 5 additions and 5 deletions
|
@ -118,7 +118,7 @@ Game.prototype.click = function () {
|
|||
if (player.health <= 0) {
|
||||
game = new Game();
|
||||
} else {
|
||||
player.bump(game);
|
||||
player.bump();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue