From 6aecd79ad71e80fc814b290b0d6356d62483047f Mon Sep 17 00:00:00 2001
From: Kevin Lee <kevin@infinite-lee.com>
Date: Thu, 22 Feb 2018 15:19:39 -0800
Subject: [PATCH] rollback to slightly older version of aframe

---
 package.json       | 2 +-
 templates/room.hbs | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index f237ac272..e22daee19 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
     "prettier": "prettier --write src/**/*.js"
   },
   "dependencies": {
-    "aframe": "https://github.com/aframevr/aframe",
+    "aframe": "https://github.com/aframevr/aframe#c2c97c2",
     "aframe-extras": "^3.12.4",
     "aframe-input-mapping-component": "https://github.com/johnshaughnessy/aframe-input-mapping-component#23e2855",
     "aframe-physics-extras": "https://github.com/infinitelee/aframe-physics-extras#fix/physics-collider-crash",
diff --git a/templates/room.hbs b/templates/room.hbs
index 094a9e879..a0097d18d 100644
--- a/templates/room.hbs
+++ b/templates/room.hbs
@@ -122,7 +122,7 @@
                 <a-box 
                     class="collidable" 
                     remote-dynamic-body="counter: #counter"
-                     scale="0.25 0.25 0.25"
+                    scale="0.25 0.25 0.25"
                     material="color: green"
                 ></a-box>
             </script>
@@ -218,6 +218,7 @@
                                     hitEntity: #telepor-indicator;
                                     button: action_teleport_;"
                 networked="template: #right-hand-template;"
+                static-body="shape: sphere; sphereRadius: 0.02"
                 mixin="super-hands"
             ></a-entity>
         </a-entity>
-- 
GitLab