entities test, scaling

This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent f5952f30eb
commit c210200bbe
3 changed files with 60 additions and 42 deletions

View file

@ -8,7 +8,7 @@
<body>
<section id='main'>
<h1>OneKey</h1>
<h1>UniButton</h1>
<div>
<canvas id='canvas'></canvas>
<div class='message' style='display: none;'><span>You died in the Void...</span></div>
@ -17,6 +17,7 @@
placeholder
</div>
</section>
<script src='js/player.js'></script>
<script src='js/index.js'></script>
</body>