Skip to content
Snippets Groups Projects
Commit cd516c0c authored by joni's avatar joni
Browse files

Fix html tag that got messed up.

parent 8d2b1e9a
No related branches found
No related tags found
No related merge requests found
...@@ -60,18 +60,20 @@ ...@@ -60,18 +60,20 @@
</a-assets> </a-assets>
<a-entity id="player-rig" networked character-controller="pivot: #head"> <a-entity id="player-rig" networked character-controller="pivot: #head">
<a-sphere scale="0.1 0.1 0.1"></a-sphere> <a-sphere scale="0.1 0.1 0.1"></a-sphere>
<a-entity id="head" look-controls camera="userHeight: 1.6" personal-space-bubble networked="template:#head-template;showLocalTemplate:false;"<script src="<a-entity id="nametag" networked="template:#nametag-template;showLocalTemplate:false;"></a-entity> <a-entity id="head" camera="userHeight: 1.6" personal-space-bubble look-controls networked="template:#head-template;showLocalTemplate:false;"></a-entity>
<a-entity id="nametag" networked="template:#nametag-template;showLocalTemplate:false;"></a-entity>
<a-entity id="left-hand" split-axis-events hand-controls="left" hand-controls-visibility axis-dpad="centerZone: 1" networked="template:#hand-template;showLocalTemplate:false;"> <a-entity id="left-hand" split-axis-events hand-controls="left" hand-controls-visibility axis-dpad="centerZone: 1" networked="template:#hand-template;showLocalTemplate:false;">
<a-entity id="watch" gltf-model="assets/hud/watch.gltf" position="0 0.0015 0.147" rotation="3.5 0 0"> <a-entity id="watch" gltf-model="assets/hud/watch.gltf" position="0 0.0015 0.147" rotation="3.5 0 0">
<a-circle mute-state-indicator scale-audio-feedback="analyserSrc: #head; minScale: 0.035; maxScale: 0.08;" position="0 0.023 0" <a-circle mute-state-indicator scale-audio-feedback="analyserSrc: #head; minScale: 0.035; maxScale: 0.08;" position="0 0.023 0"
rotation="-90 0 0" scale="0.04 0.04 0.04" material="color:#d8eece;shader:flat"> rotation="-90 0 0" scale="0.04 0.04 0.04" material="color:#d8eece;shader:flat">
</a-circle> </a-circle>
</a-entity> </a-entity>
</a-entity> </a-entity>
<a-entity id="right-hand" hand-controls="right" hand-controls-child-visibility axis-dpad teleport-controls="cameraRig: #player-rig; teleportOrigin: #head; hitEntity: #telepor-indicator; button: action_teleport_;" <a-entity id="right-hand" hand-controls="right" hand-controls-child-visibility axis-dpad teleport-controls="cameraRig: #player-rig; teleportOrigin: #head; hitEntity: #telepor-indicator; button: action_teleport_;"
networked="template:#hand-template;showLocalTemplate:false;"></a-entity> networked="template:#hand-template;showLocalTemplate:false;">
</a-entity>
</a-entity> </a-entity>
<a-entity class="head" gltf-model="#rock-island" position="0 0 0"> <a-entity class="head" gltf-model="#rock-island" position="0 0 0">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment