started with future layout

This commit is contained in:
~ 𝐿𝑢𝑐𝑖𝑒𝑙𝑙𝑒 𝑅𝑜𝑠𝑎𝑙𝑖𝑎 𝐻.
2024-05-03 23:43:05 +02:00
parent 47980c131f
commit 6337602190
4 changed files with 85 additions and 200 deletions

View File

@@ -6,7 +6,7 @@ import * as cards from "./cards.js";
async function init() {
document.documentElement.style.setProperty("--background-color", "#000000");
themes.init();
await themes.init();
shaders.init();
cards.init();