Skip to content

Commit

Permalink
emergency bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Mar 16, 2015
1 parent c5713cf commit 03b6920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/screens.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Game.Screen.startScreen = {
// Define our playing screen
Game.Screen.playScreen = {
_player: null,
_level: 7,
_level: 1,
_gameEnded: false,
_subScreen: null,
_ignoredOne: false,
Expand Down

0 comments on commit 03b6920

Please sign in to comment.