Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 22, 2024
0 parents commit 09094c0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>MINECRAFT ISO</title>
<style>
html,
body,
canvas {
margin: 10px;
padding: 10px;
width: 80%;
height: 90%;
overflow: hidden;
position: relative;
background: black;
z-index: 0;
}
</style>
</head>
<body>
<canvas id="glcanvas" tabindex='1'></canvas>
<script src="https://not-fl3.github.io/miniquad-samples/mq_js_bundle.js"></script>
<script>load("./isometric_engine.wasm");</script>
</body>
</html>
Binary file added isometric_engine.wasm
Binary file not shown.

0 comments on commit 09094c0

Please sign in to comment.