Extract goals module

This commit is contained in:
Daddy32
2025-12-15 18:14:43 +01:00
parent e76b86f0a2
commit 823746a588
4 changed files with 177 additions and 137 deletions

View File

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