Update example build

This commit is contained in:
Insality
2024-10-17 02:13:32 +03:00
parent 2ea635fc56
commit c787ed860e
9 changed files with 11 additions and 10330 deletions

View File

@@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Druid 1.0.0</title>
<title>druid 1.0.0</title>
<style type='text/css'>
/* Disable user selection to avoid strange bug in Chrome on Windows:
* Selecting a text outside the canvas, then clicking+draging would
@@ -150,7 +150,7 @@
runningFromFileWarning.style.display = "block";
}
else {
EngineLoader.load("canvas", "Druid");
EngineLoader.load("canvas", "druid");
runningFromFileWarning.parentNode.removeChild(runningFromFileWarning);
}
</script>