Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
bayu-sw committed Jul 12, 2024
1 parent 3e7dd8b commit fadb6e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
</style>
<link id='-gd-engine-icon' rel='icon' type='image/png' href='index.icon.png' />
<link rel='apple-touch-icon' href='index.apple-touch-icon.png'/>
<link rel='manifest' href='index.manifest.json'>
<script src="enable-threads.js"></script>
</head>
<body>
Expand All @@ -138,7 +137,7 @@

<script src="index.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":1367056,"index.wasm":1758196},"focusCanvas":true,"gdextensionLibs":["libpixelpen.web.release.wasm32.wasm"],"serviceWorker":"index.service.worker.js"};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":1367056,"index.wasm":1758196},"focusCanvas":true,"gdextensionLibs":["libpixelpen.web.release.wasm32.wasm"]};
const engine = new Engine(GODOT_CONFIG);

(function () {
Expand Down

0 comments on commit fadb6e0

Please sign in to comment.