Skip to content

Commit

Permalink
fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gomez committed Jul 9, 2017
1 parent d7912cc commit f7e41df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/objects/InformationString.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { TextPosition , Style, Height, WidthLevel } from '../Constants.js';

const Timer = 5000;
const Timer = 9000;

class InformationString extends Phaser.Text {

Expand Down
2 changes: 1 addition & 1 deletion src/states/Commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Commands extends Phaser.State {
this.game.add.text(50, 125, "Move", { font: "bold 32px Arial", fill: TextColor });
this.game.add.text(50, 200, "Jump", { font: "bold 32px Arial", fill: TextColor });
this.game.add.text(50, 275, "Aim", { font: "bold 32px Arial", fill: TextColor });
this.game.add.text(50, 350, "Swith to inner layer", { font: "bold 32px Arial", fill: TextColor });
this.game.add.text(50, 350, "Switch to inner layer", { font: "bold 32px Arial", fill: TextColor });
this.game.add.text(50, 425, "Rollback to previous layer", { font: "bold 32px Arial", fill: TextColor });

this.game.add.text(350, 525, "Press enter to start", { font: "bold 34px Arial", fill: TextColor });
Expand Down

0 comments on commit f7e41df

Please sign in to comment.