From 7545408b645c90d53f69d1267585bc66e387f832 Mon Sep 17 00:00:00 2001 From: Diego Marcos Date: Tue, 18 Sep 2018 00:35:42 -0700 Subject: [PATCH] Hide raycaster line when menu hides --- src/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 732cdfb..ac4dfcd 100644 --- a/src/index.html +++ b/src/index.html @@ -56,7 +56,8 @@ proxy-event__pause="event: menudown; to: a-scene; as: pause" proxy-event__pauseriftx="event: xbuttondown; to: a-scene; as: pause" proxy-event__pauserifty="event: ybuttondown; to: a-scene; as: pause" - bind__saber-controls="bladeEnabled: !menu.active"> + bind__saber-controls="bladeEnabled: !menu.active" + bind__line="visible: menu.active">