Browse Source

Changes in the character's movement. Correction in the welcome message.

“paulovieira” 5 years ago
parent
commit
cd9253eea8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/boot.js

+ 1 - 1
js/boot.js

@@ -164,4 +164,4 @@
 
     //starting to boot game
     game.state.add('loadAssets', loadAssets); // squareTwo.js
-   	game.state.start('loadAssets');
+   	game.state.start('loadAssets');