Skip to content

Commit

Permalink
Fixes ingame label after keylayout changed with 27752ba
Browse files Browse the repository at this point in the history
  • Loading branch information
zeisss committed Feb 23, 2012
1 parent 27752ba commit 04d106c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game.js
Expand Up @@ -169,7 +169,7 @@ Engine.initObject("PistolSlut", "Game", function() {
EventEngine.setHandler(document, "keypress", this.onKeyPress);

this.startTexts = []
this.addStartText("PRESS Z", 285, 168);
this.addStartText("PRESS 1", 285, 168);
this.addStartText("TO START", 412, 168);

var flashText = function() {
Expand Down Expand Up @@ -381,4 +381,4 @@ Engine.initObject("PistolSlut", "Game", function() {
});

return PistolSlut;
});
});

0 comments on commit 04d106c

Please sign in to comment.