- Update sources

This commit is contained in:
ParticleG
2024-10-31 00:03:35 +08:00
parent d041461f0a
commit 6eba788236
6 changed files with 9 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1, maximum-scale=1">
<title>Techmino</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Load custom style sheet -->
<link rel="stylesheet" type="text/css" href="theme/love.css">
</head>
@@ -61,7 +62,7 @@
var Module = {
arguments: ["./game.love"],
INITIAL_MEMORY: 536870912,
INITIAL_MEMORY: 128000000,
printErr: console.error.bind(console),
canvas: (function() {
var canvas = document.getElementById('canvas');