Extract UI handling to dedicated module

This commit is contained in:
Daddy32
2025-12-12 22:21:46 +01:00
parent c1b40448ee
commit 1605b194af
3 changed files with 183 additions and 81 deletions

View File

@@ -76,6 +76,7 @@
<script src="https://unpkg.com/matter-js@0.19.0/build/matter.min.js"></script>
<script src="./scenes.js"></script>
<script src="./ui.js"></script>
<script src="./main.js"></script>
</body>
</html>