Skip to content
Snippets Groups Projects
Commit 4ecef87c authored by Louis's avatar Louis :fire:
Browse files

Default screen to 'game'

parent d6b8d489
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class App extends Component<{}> {
showOptions: false,
rawLevelData: null,
levelData: null,
screen: 'editor',
screen: 'game',
}
componentDidMount() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment