First working example with Svelte (the menu icon shows up on entering the game)
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ coWebsiteManager.onResize.subscribe(() => {
|
||||
iframeListener.init();
|
||||
|
||||
const app = new App({
|
||||
target: document.body,
|
||||
target: HtmlUtils.getElementByIdOrFail('svelte-overlay'),
|
||||
props: { },
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user