Hide keyboard by default. I will only be used when searching
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
</a-entity>
|
||||
</a-entity>
|
||||
|
||||
<a-entity id="keyboard" super-keyboard="width: 1; hand: {{ DEBUG_KEYBOARD and '#mouseCursor' or '#rightHand' }}; imagePath: assets/img/keyboard/; injectToRaycasterObjects: false" position="0 0.8 -1" rotation="-40 0 0" keyboard-raycastable search bind__visible="menu.active"></a-entity>
|
||||
<a-entity id="keyboard" super-keyboard="width: 1; hand: {{ DEBUG_KEYBOARD and '#mouseCursor' or '#rightHand' }}; imagePath: assets/img/keyboard/; injectToRaycasterObjects: false" position="0 0.8 -1" rotation="-40 0 0" keyboard-raycastable search bind__visible="search.active"></a-entity>
|
||||
|
||||
<a-entity id="songInfo"
|
||||
bind__visible="isChallengeScreen"
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<a-entity class="laser" mixin="laser" position=" -6 2.3 -40"></a-entity>
|
||||
<a-entity class="laser" mixin="laser" position="-10 0 -38"></a-entity>
|
||||
<a-entity class="laser" mixin="laser" position="-14 -3 -36"></a-entity>
|
||||
|
||||
<!-- lasers right -->
|
||||
<a-entity class="laser" mixin="laser" position=" 6 4 -40"></a-entity>
|
||||
<a-entity class="laser" mixin="laser" position="10 2 -38"></a-entity>
|
||||
|
||||
Reference in New Issue
Block a user