QUICK UPDATE: Re-added button styling

Not sure why or how this was deleted but its back now
This commit is contained in:
FlamedDogo99 2024-06-15 21:06:22 -06:00
parent 3e58a4ddb8
commit f684d13a40

View File

@ -520,7 +520,7 @@ function insertCanvasElements() {
}, false);
document.body.appendChild(screenshotButton);
let coordinatesButton = createTouchButton("coordinatesButton", "inGame");
coordinatesButton.style.cssText = ""
coordinatesButton.style.cssText = "top: 0vh; margin: auto; left: 32vh; right: 0vh; width: 8vh; height: 8vh;"
coordinatesButton.addEventListener("touchstart", function(e) {
keyEvent("f", "keydown");
keyEvent("3", "keydown");