basic exploration mechanics

This commit is contained in:
biglyderv 2024-09-01 21:55:00 -04:00
parent 6beaca258f
commit 46f7964d07
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
2 changed files with 104 additions and 14 deletions

View file

@ -8,7 +8,7 @@
<body>
<section id='main'>
<h1>MapTest</h1>
<canvas width='800' height='400' id='canvas'>
<canvas width='3200' height='1600' id='canvas' style='width: 800px; height: 400px;'>
</section>
<script src='js/index.js'></script>
</body>