First working example with Svelte (the menu icon shows up on entering the game)

This commit is contained in:
David Négrier 2021-05-12 18:32:55 +02:00
parent 62cc1f73ca
commit 1885ea42a4
9 changed files with 57 additions and 4918 deletions

View file

@ -151,7 +151,7 @@ coWebsiteManager.onResize.subscribe(() => {
iframeListener.init();
const app = new App({
target: document.body,
target: HtmlUtils.getElementByIdOrFail('svelte-overlay'),
props: { },
})