Merge branch 'beta' into is-player

This commit is contained in:
NightKev 2025-06-07 17:41:27 -07:00 committed by GitHub
commit aa0704b9ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,6 +145,5 @@
</div> </div>
<script type="module" src="./src/main.ts"></script> <script type="module" src="./src/main.ts"></script>
<script src="./src/touch-controls.ts" type="module"></script> <script src="./src/touch-controls.ts" type="module"></script>
<script src="./src/debug.js" type="module"></script>
</body> </body>
</html> </html>