From 31914e643fff33657508460e60a5921cd6a5a223 Mon Sep 17 00:00:00 2001 From: Tony Tung <ytung@mozilla.com> Date: Fri, 3 Aug 2018 14:58:02 -0700 Subject: [PATCH] checkout back to previous one commit to undo teleport parameter changes. --- src/hub.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/hub.html b/src/hub.html index 6424080e8..f71396377 100644 --- a/src/hub.html +++ b/src/hub.html @@ -84,6 +84,7 @@ <a-asset-item id="specialquack" src="./assets/sfx/specialquack.mp3" response-type="arraybuffer" preload="auto"></a-asset-item> <img id="water-normal-map" crossorigin="anonymous" src="./assets/waternormals.jpg"> + <!-- Templates --> <template id="video-template"> @@ -318,8 +319,7 @@ drawIncrementally: true; incrementalDrawMs: 600; hitOpacity: 0.3; - missOpacity: 0.2; - curveShootingSpeed: 12;" + missOpacity: 0.2;" ></a-entity> <a-entity id="player-camera-reverse-z" rotation="0 180 0"></a-entity> </a-entity> @@ -337,8 +337,7 @@ drawIncrementally: true; incrementalDrawMs: 600; hitOpacity: 0.3; - missOpacity: 0.2; - curveShootingSpeed: 12;" + missOpacity: 0.2;" haptic-feedback body="type: static; shape: none;" mixin="controller-super-hands" @@ -360,8 +359,7 @@ drawIncrementally: true; incrementalDrawMs: 600; hitOpacity: 0.3; - missOpacity: 0.2; - curveShootingSpeed: 12;" + missOpacity: 0.2;" haptic-feedback body="type: static; shape: none;" mixin="controller-super-hands" -- GitLab