lower keyboard
This commit is contained in:
@@ -160,6 +160,8 @@ AFRAME.registerState({
|
||||
state.menuSelectedChallenge.image = utils.getS3FileUrl(id, 'image.jpg');
|
||||
state.menuSelectedChallenge.downloadsText = `${challengeData.downloads} Plays`;
|
||||
computeMenuSelectedChallengeIndex(state);
|
||||
|
||||
state.keyboardActive = false;
|
||||
},
|
||||
|
||||
menuchallengeunselect: state => {
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
id="keyboard"
|
||||
bind__super-keyboard="hand: activeHand === 'left' && '#leftHand' || '#rightHand'; show: keyboardActive"
|
||||
super-keyboard="label: Search from over 2500 songs!; labelColor: #FAFAFA; width: 1; hand: {{ DEBUG_KEYBOARD and '#mouseCursor' or '#rightHand' }}; imagePath: assets/img/keyboard/; injectToRaycasterObjects: false"
|
||||
position="0 0.8 -1"
|
||||
position="0 0.5 -1"
|
||||
rotation="-40 0 0"
|
||||
keyboard-raycastable
|
||||
search
|
||||
|
||||
Reference in New Issue
Block a user