Skip to content

Commit

Permalink
Oops, remove debug view
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Sep 29, 2023
1 parent 1c7b6d5 commit 48373e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/slay-the-web.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SlayTheWeb extends Component {
super()
this.state = {
// The game mode to start in.
gameMode: GameModes.gameplay,
gameMode: GameModes.splash,
}
this.handleWin = this.handleWin.bind(this)
this.handleNewGame = this.handleNewGame.bind(this)
Expand Down

0 comments on commit 48373e1

Please sign in to comment.