improve UI

This commit is contained in:
biglyderv 2024-09-13 06:11:07 -04:00
parent 5ab4e05afe
commit cae503167f
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
4 changed files with 132 additions and 9 deletions

View file

@ -10,8 +10,13 @@
<body>
<section id='main'>
<h1>Fractal Hell</h1>
<canvas id='canvas'></canvas>
<div class='message' style='display: none;'><span>You died in the Void...</span></div>
<div>
<canvas id='canvas'></canvas>
<div class='message' style='display: none;'><span>You died in the Void...</span></div>
</div>
<div class='ui-text'>
placeholder
</div>
</section>
<script src='js/perlin.js'></script>
<script src='js/index.js'></script>