Skip to content

Commit

Permalink
load streetmix streets animated and shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Sep 27, 2023
1 parent ffdb4e9 commit 9a0b756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ function inputStreetmix() {
AFRAME.scenes[0].setAttribute('metadata', 'sceneId', '');
AFRAME.scenes[0].setAttribute('metadata', 'sceneTitle', '');
streetContainerEl.innerHTML =
'<a-entity street streetmix-loader="streetmixStreetURL: ' +
'<a-entity street="length: 60; globalAnimated: true;" streetmix-loader="streetmixStreetURL: ' +
streetmixURL +
'""></a-entity>';
}
Expand Down

0 comments on commit 9a0b756

Please sign in to comment.