update
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m17s

This commit is contained in:
Smile Rex
2026-01-13 20:37:15 +03:00
parent 9c89f17eb3
commit 8b1b27f4d5
2 changed files with 2 additions and 2 deletions

View File

@@ -99,8 +99,8 @@ tg.expand();
function resizeCanvas() {
const canvas = document.getElementById("canvas");
const h = tg.viewportStableHeight;
const w = window.innerWidth;
const h = tg.viewportStableHeight;
canvas.style.width = w + "px";
canvas.style.height = h + "px";
@@ -128,7 +128,7 @@ resizeCanvas();
<script src="D.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":1,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":true,"executable":"D","experimentalVK":false,"fileSizes":{"D.pck":3158764,"D.wasm":38034280},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":1,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":true,"executable":"D","experimentalVK":false,"fileSizes":{"D.pck":3158668,"D.wasm":38034280},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4};
const GODOT_THREADS_ENABLED = false;
const engine = new Engine(GODOT_CONFIG);

Binary file not shown.