From 2f7e9cbd12a8b9f573e4e6ea6ad96df27d509fc2 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Fri, 6 Apr 2018 11:59:34 -0700 Subject: [PATCH] Remove spawner --- src/hub.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/hub.html b/src/hub.html index a18d5159b..b7ad91d9d 100644 --- a/src/hub.html +++ b/src/hub.html @@ -183,15 +183,6 @@ <!-- Interactables --> <a-entity id="counter" networked-counter="max: 3; ttl: 120"></a-entity> - <a-entity - gltf-model-plus="src: #interactable-duck" - scale="2 2 2" - class="interactable" - super-spawner="template: #interactable-template;" - position="2.5 1.2 0" - body="mass: 0; type: static; shape: box;" - ></a-entity> - <a-entity id="super-cursor" super-cursor="cursor: #3d-cursor; camera: #player-camera;" -- GitLab