mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-11-09 05:56:04 -08:00
QUICK UPDATE: Re-added button styling
Not sure why or how this was deleted but its back now
This commit is contained in:
parent
3e58a4ddb8
commit
f684d13a40
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user