Add assets for packing

This commit is contained in:
2024-04-13 03:55:27 -05:00
parent 839c25fa06
commit 7fba0e5aff
2 changed files with 27 additions and 0 deletions

27
assets/index.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<style>
body {
margin: 0;
padding: 0;
background: #000;
}
canvas {
display: block;
margin: 0 auto;
background: #000;
}
</style>
<body>
<canvas id="canvas"></canvas>
<script>
var Module = {
'canvas': document.getElementById('canvas'),
};
</script>
<script src="pacman.js"></script>
</body>
</html>

BIN
assets/map.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB