Skip to content
Snippets Groups Projects
Unverified Commit e1ce0fbb authored by Greg Fodor's avatar Greg Fodor Committed by GitHub
Browse files

Merge pull request #605 from mozilla/change-head-scale

Reduce head scale
parents 4ccd24e0 309186bd
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ AFRAME.registerComponent("networked-audio-analyser", {
AFRAME.registerComponent("scale-audio-feedback", {
schema: {
minScale: { default: 1 },
maxScale: { default: 2 }
maxScale: { default: 1.5 }
},
tick() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment