AHHHH
This commit is contained in:
parent
dc79ef0753
commit
05260d659f
|
|
@ -7206,6 +7206,7 @@
|
||||||
currentElement = "sand";
|
currentElement = "sand";
|
||||||
currentColor = "#ff0000";
|
currentColor = "#ff0000";
|
||||||
mouseIsDown = false;
|
mouseIsDown = false;
|
||||||
|
isMobile = false;
|
||||||
mouseType = null;
|
mouseType = null;
|
||||||
function mouseClick(e) {
|
function mouseClick(e) {
|
||||||
if (showingMenu && currentElement != "lookup") {
|
if (showingMenu && currentElement != "lookup") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue