added moving star and meteorites

This commit is contained in:
sageTheDM 2025-10-20 15:09:39 +02:00
parent 2e961232f1
commit fd57d47956
5 changed files with 480 additions and 25 deletions

View file

@ -205,7 +205,7 @@
We began with a vision to create high-quality free software,
particularly in gaming where such options are often limited. We
recognized that many free software games either lack polish or
simply don't exist, inspiring us to focus on this underserved
simply don't exist, inspiring us to focus on this under-served
area.
</p>
@ -481,14 +481,16 @@
</footer>
</main>
<!-- JavaScript Files -->
<!-- General scripts -->
<script src="src/js/main.js"></script>
<script src="src/js/stars.js"></script>
<script src="src/js/navigation.js"></script>
<script src="src/js/form.js"></script>
<script src="src/js/portfolioCard.js"></script>
<script src="src/js/portfolioFilter.js"></script>
<script src="src/js/overview.js"></script>
<script src="src/js/sectionTracker.js"></script>
<!-- Animation scripts -->
<script type="module" src="src/js/animation/starBackground.js"></script>
</body>
</html>