Skip to content

Commit

Permalink
reduce default street length, animated by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Nov 7, 2023
1 parent 13aaf06 commit f277bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</a-assets>

<a-entity id="street-container" data-layer-name="3D Street Layers" data-layer-show-children>
<a-entity id="default-street" street streetmix-loader set-loader-from-hash></a-entity>
<a-entity id="default-street" street="length: 60; globalAnimated: true;" streetmix-loader set-loader-from-hash></a-entity>
</a-entity>

<a-entity id="reference-layers" data-layer-name="Reference Layers" data-layer-show-children></a-entity>
Expand Down

0 comments on commit f277bf9

Please sign in to comment.