made a page to generate crafting trees (TODO: docs + testing)

This commit is contained in:
2026-07-19 00:47:00 +02:00
parent 0fb8cc4974
commit 1f9e0e2b04
11 changed files with 497 additions and 26 deletions
+3 -1
View File
@@ -5,7 +5,8 @@ const PAGES = {
TOYS: 2,
LICENSE: 3,
LOADING: 4,
LIBS: 5
LIBS: 5,
CRAFTING: 6
}
const CONSOLE_COLORS = {
red: "color: #FF0000;",
@@ -189,6 +190,7 @@ document.addEventListener("DOMContentLoaded", async function () {
case (PAGES.LICENSE): loadingScreenStars(); await loadingScreenLicense(); break
case (PAGES.TOYS): loadingScreenStars(); break
case (PAGES.LIBS): loadingScreenStars(); break
case (PAGES.CRAFTING): loadingScreenCrafting(); break
}
if (navBarPresent) {