remade boykisser license to be easier to modify and update
This commit is contained in:
@@ -173,7 +173,7 @@ document.addEventListener("DOMContentLoaded", async function() {
|
||||
|
||||
switch (CURRENT_PAGE) {
|
||||
case (PAGES.SYNTHWAVE): loadingScreenSynthwave(); break
|
||||
case (PAGES.LICENSE): onLoadLicense(); loadingScreenStars(); break
|
||||
case (PAGES.LICENSE): loadingScreenLicense(); loadingScreenStars(); break
|
||||
case (PAGES.TOYS): loadingScreenStars(); break
|
||||
case (PAGES.LIBS): loadingScreenStars(); break
|
||||
}
|
||||
@@ -209,6 +209,7 @@ window.addEventListener("resize", function() {
|
||||
|
||||
switch (CURRENT_PAGE) {
|
||||
case (PAGES.SYNTHWAVE): onResizeSynthwave()
|
||||
case (PAGES.LICENSE): scaleDisplayLicense()
|
||||
}
|
||||
|
||||
// unoptimal but works well enough
|
||||
|
||||
@@ -31,7 +31,7 @@ canvas {
|
||||
}
|
||||
.pxFont {
|
||||
font-family: "Roboto", sans-serif;
|
||||
; font-size: min(5vmin, 2vmax, 1rem)
|
||||
font-size: min(5vmin, 2vmax, 1rem)
|
||||
}
|
||||
@keyframes slide-left {
|
||||
0% { transform: translateX(0%); }
|
||||
|
||||
Reference in New Issue
Block a user