From cd2388d2d9903dd8c60d185ab0fcf0bc61dcb5b9 Mon Sep 17 00:00:00 2001
From: tony056 <ytung@mozilla.com>
Date: Thu, 5 Jul 2018 16:14:20 -0700
Subject: [PATCH] changed missOpacity to 0.1

---
 src/hub.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/hub.html b/src/hub.html
index b7528fc6b..46f383a20 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -282,7 +282,7 @@
                     drawIncrementally: true;
                     incrementalDrawMs: 600;
                     hitOpacity: 0.3;
-                    missOpacity: 0.2;
+                    missOpacity: 0.1;
                     curveShootingSpeed: 12;"
                 ></a-entity>
                 <a-entity id="player-camera-reverse-z" rotation="0 180 0"></a-entity>
@@ -301,7 +301,7 @@
                     drawIncrementally: true;
                     incrementalDrawMs: 600;
                     hitOpacity: 0.3;
-                    missOpacity: 0.2;
+                    missOpacity: 0.1;
                     curveShootingSpeed: 12;"
                 haptic-feedback
                 body="type: static; shape: none;"
@@ -324,7 +324,7 @@
                     drawIncrementally: true;
                     incrementalDrawMs: 600;
                     hitOpacity: 0.3;
-                    missOpacity: 0.2;
+                    missOpacity: 0.1;
                     curveShootingSpeed: 12;"
                 haptic-feedback
                 body="type: static; shape: none;"
-- 
GitLab