From 2596e0de165d108f55123e582017c7638c2175d1 Mon Sep 17 00:00:00 2001 From: netpro2k <netpro2k@gmail.com> Date: Fri, 13 Oct 2017 12:58:51 -0700 Subject: [PATCH] Change nametag color and show block hands locally --- public/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 956d5c4c2..d6ec86c70 100644 --- a/public/index.html +++ b/public/index.html @@ -44,7 +44,7 @@ <a-entity class="nametag" nametag-transform="follow: .head" - text="side:double;align:center;" + text="side:double;align:center;color:#555" position="0 2.5 0" scale="6 6 6"></a-entity> </script> @@ -67,7 +67,7 @@ oculus-touch-controls="hand: left" axis-dpad="centerZone: 1" teleport-controls="cameraRig: #player-rig; button: dpadcenter" - networked="template:#hand-template;showLocalTemplate:false;"></a-entity> + networked="template:#hand-template;showLocalTemplate:true;"></a-entity> <a-entity id="right-hand" @@ -77,12 +77,11 @@ gearvr-controls axis-dpad teleport-controls="cameraRig: #player-rig; button: dpadcenter" - networked="template:#hand-template;showLocalTemplate:false;"></a-entity> + networked="template:#hand-template;showLocalTemplate:true;"></a-entity> </a-entity> <a-entity class="head" gltf-model="#rock-island" position="0 0 0"> <a-sky color="#DDFFD9"></a-sky> - <a-box></a-box> </a-scene> <script> document.querySelector('a-scene').addEventListener('loaded', onSceneLoad) -- GitLab