✨ began button navigation
This commit is contained in:
19
js/init.js
19
js/init.js
@@ -1,14 +1,15 @@
|
||||
// import { insertFileContentIn } from "./util.js";
|
||||
import * as themes from "./themes.js";
|
||||
import * as shaders from "./shaders.js";
|
||||
import {init as initThemes} from "./themes.js";
|
||||
import {init as initCards} from "./cards.js";
|
||||
import {init as initShaders} from "./shaders.js";
|
||||
import {init as initNavigator} from "./navigator.js";
|
||||
import {init as initButtons} from "./buttons.js";
|
||||
|
||||
async function init() {
|
||||
document.documentElement.style.setProperty("--background-color", "#000000");
|
||||
|
||||
themes.init();
|
||||
shaders.init();
|
||||
|
||||
// insertFileContentIn("content", "home");
|
||||
initThemes()
|
||||
initCards()
|
||||
initShaders()
|
||||
initNavigator()
|
||||
initButtons()
|
||||
}
|
||||
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user