diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8365bb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Please run this application in Chrome or Firefox diff --git a/bowie/assets/engine.js b/bowie/assets/engine.js index cde8b10..73cec82 100644 --- a/bowie/assets/engine.js +++ b/bowie/assets/engine.js @@ -1085,5 +1085,3 @@ function AndroidWakeLock(){var A=document.createElement("video");A.addEventListe },{"./util.js":194}]},{},[154])(154) }); - -//# sourceMappingURL=aframe.min.js.map \ No newline at end of file diff --git a/bowie/index.html b/bowie/index.html index 80d16b8..c7c8ddd 100644 --- a/bowie/index.html +++ b/bowie/index.html @@ -52,6 +52,15 @@ position: absolute; } + img { + -webkit-user-drag: none; + user-drag: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + } + #center { bottom: 0px; position: absolute; @@ -170,6 +179,12 @@ }); + +
@@ -188,7 +203,7 @@