Added 3d options

This commit is contained in:
Evolvedexperiment 2019-10-28 19:46:21 +00:00
parent f4fa36a1ca
commit 3cb5b69d83
5 changed files with 355 additions and 18 deletions

View file

@ -466,4 +466,5 @@ async function enter3dView(type) {
+canvas.dataset.hovered > 2 ? tip("") : tip(help);
canvas.dataset.hovered = (+canvas.dataset.hovered|0) + 1;
};
}
show3doptions(type);
}