Extract input module

This commit is contained in:
Daddy32
2025-12-15 18:30:42 +01:00
parent 823746a588
commit fb7b6b2e6d
4 changed files with 194 additions and 152 deletions

View File

@@ -109,6 +109,7 @@
<script src="./src/storage.js"></script>
<script src="./src/spawn.js"></script>
<script src="./src/goals.js"></script>
<script src="./src/input.js"></script>
<script src="./src/main.js"></script>
</body>
</html>