From fd57d47956e437844ba4d472eba673abdf99334e Mon Sep 17 00:00:00 2001
From: sageTheDM
Date: Mon, 20 Oct 2025 15:09:39 +0200
Subject: [PATCH] added moving star and meteorites
---
index.html | 8 +-
src/js/animation/Meteor.js | 319 +++++++++++++++++++++++++++++
src/js/animation/Star.js | 64 ++++++
src/js/animation/starBackground.js | 92 +++++++++
src/js/stars.js | 22 --
5 files changed, 480 insertions(+), 25 deletions(-)
create mode 100644 src/js/animation/Meteor.js
create mode 100644 src/js/animation/Star.js
create mode 100644 src/js/animation/starBackground.js
delete mode 100644 src/js/stars.js
diff --git a/index.html b/index.html
index f9484b7..a81af8f 100644
--- a/index.html
+++ b/index.html
@@ -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.
@@ -481,14 +481,16 @@
-
+
-
+
+
+