From 7a989229791c43875574a450adfc63cb85bad23a Mon Sep 17 00:00:00 2001 From: Cassie Date: Tue, 25 Feb 2025 03:07:58 -0500 Subject: [PATCH] updated credits --- html/1-Balls/balls (copy 1).html | 329 ------------------------------- html/credits/credits.html | 15 +- 2 files changed, 13 insertions(+), 331 deletions(-) delete mode 100644 html/1-Balls/balls (copy 1).html diff --git a/html/1-Balls/balls (copy 1).html b/html/1-Balls/balls (copy 1).html deleted file mode 100644 index 68ff6b0..0000000 --- a/html/1-Balls/balls (copy 1).html +++ /dev/null @@ -1,329 +0,0 @@ - - - - Gravity Balls - - - - - -
- - - - - diff --git a/html/credits/credits.html b/html/credits/credits.html index a103636..7e245ca 100644 --- a/html/credits/credits.html +++ b/html/credits/credits.html @@ -151,7 +151,7 @@ const radius = 1000; const baseScale = 1.2; let currentIndex = 10; // starting position on wheel - const baseSpeed = 0.0035; + const baseSpeed = 0.0010; const dragSensitivity = 0.001; // How much the wheel follows your finger const damping = 0.985; const maxAngularVelocity = 0.08; @@ -235,7 +235,8 @@ { type: "blank", lines: [{ text: "", size: 100 }] }, { type: "credit", lines: [ { text: "NEON REALMS", size: 32 }, - { text: "by cassieko", size: 24 } + { text: "by cassieko", size: 24 }, + { text: "and radic", size: 24 } ], spacing: -15 }, { type: "blank", lines: [{ text: "", size: 100 }] }, { type: "blank", lines: [{ text: "", size: 100 }] }, @@ -284,6 +285,16 @@ { type: "blank", lines: [{ text: "", size: 100 }] }, { type: "blank", lines: [{ text: "", size: 100 }] }, { type: "blank", lines: [{ text: "", size: 100 }] }, + { type: "credit", lines: [ + { text: "Cosmos 3D", size: 28 }, + { text: "by radic", size: 20 }, + ], spacing: -15 }, + { type: "blank", lines: [{ text: "", size: 100 }] }, + { type: "blank", lines: [{ text: "", size: 100 }] }, + { type: "blank", lines: [{ text: "", size: 100 }] }, + { type: "blank", lines: [{ text: "", size: 100 }] }, + { type: "blank", lines: [{ text: "", size: 100 }] }, + { type: "blank", lines: [{ text: "", size: 100 }] }, { type: "credit", lines: [ { text: "Credits Page", size: 28 }, { text: "~lol meta~", size: 10}, -- 2.43.0