diff --git a/client/src/components/EngineDebug.vue b/client/src/components/EngineDebug.vue new file mode 100644 index 0000000..b3463f4 --- /dev/null +++ b/client/src/components/EngineDebug.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/client/src/components/GameControls.vue b/client/src/components/GameControls.vue index b722aaf..90c90d8 100644 --- a/client/src/components/GameControls.vue +++ b/client/src/components/GameControls.vue @@ -1,9 +1,7 @@ + + diff --git a/client/src/pages/play.vue b/client/src/pages/play.vue index 15cedef..dfed701 100644 --- a/client/src/pages/play.vue +++ b/client/src/pages/play.vue @@ -1,12 +1,7 @@ @@ -18,20 +13,5 @@ export default { async beforeDestroy() { await this.$engine.stop() }, - computed: { - userJson() { - return JSON.stringify(this.$store.state.engine.user, null, 2) - }, - engineJson() { - return JSON.stringify(this.$store.state.engine.json, null, 2) - }, - } } - -