+
diff --git a/loadingScreen.css b/loadingScreen.css
index 683d375..8ca67ce 100644
--- a/loadingScreen.css
+++ b/loadingScreen.css
@@ -8,8 +8,8 @@
}
.loadingImg {
position: absolute;
- top: 50%;
- left: 50%;
+ top: round(50%, var(--pxDensityPx));
+ left: round(50%, var(--pxDensityPx));
transform: translate(-50%, -50%);
width: calc(32px * var(--pxDensity));
height: calc(32px * var(--pxDensity));
@@ -30,7 +30,7 @@
left: 0%;
cursor: pointer;
}
-.loadingText {
+#loadingText {
position: absolute;
bottom: 0%;
left: 50%;
diff --git a/loadingScreen.js b/loadingScreen.js
index 9197175..0621bd2 100644
--- a/loadingScreen.js
+++ b/loadingScreen.js
@@ -1,53 +1,51 @@
let isLoading = true
-let loadingScreenEl = document.createElement("div")
-loadingScreenEl.className = "bgDiv"
-
-let loadingImg = ``
-let closeText = `
-
-`
+let stopLoading = false
+let loadingScreenProgress = document.getElementById("loadingText")
+let loadingScreenEl = document.getElementById("loadingScreen")
let tips = [
"Just don't die.",
"Did you know this is a tip?",
"Is thisn't not very un-understandable?",
"m".repeat(200),
- "Bad at a game? Just press the \"get good at games\" button!"
+ "Bad at a game? Just press the \"get good at games\" button!",
+ "I AM NOT A FEMBOY NOR GAY. (I support though :thumbsup:)",
+ "You should listen to that song that goes \"do do do do do do do do do.\""
]
-let loadingText = `