little more text

This commit is contained in:
MathMan05 2024-11-30 19:26:43 -06:00
parent c16db71555
commit 7c46e70304

View file

@ -16,7 +16,9 @@
<body class="no-theme" style="overflow-y: scroll;"> <body class="no-theme" style="overflow-y: scroll;">
<h1>This will eventually be something</h1> <h1>This will eventually be something</h1>
<p>I want to let the sound system of jank not be so hard coded, but I still need to work on everything a bit before that can happen. Thanks for your patience</p> <p>I want to let the sound system of jank not be so hard coded, but I still need to work on everything a bit before that can happen. Thanks for your patience.</p>
<h3>why does this tool need to exist?</h3>
<p>For size reasons jank does not use normal sound files, so I need to make this whole format to be more adaptable</p>
</body> </body>
<script src="/audio/page.js" type="module"></script> <script src="/audio/page.js" type="module"></script>