From 4ecef87cdf3f0833bbf6a4085f09e479877bbce0 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Fri, 12 Jul 2019 19:10:35 +0100 Subject: [PATCH] Default screen to 'game' --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 3193bc8..db68c93 100644 --- a/src/App.js +++ b/src/App.js @@ -13,7 +13,7 @@ class App extends Component<{}> { showOptions: false, rawLevelData: null, levelData: null, - screen: 'editor', + screen: 'game', } componentDidMount() { -- GitLab