turn down dampness and spring constant

This commit is contained in:
Berkeley Martinez
2015-07-22 13:57:52 -07:00
parent 02f5e49909
commit b38f9baa3c

View File

@ -41,7 +41,7 @@ export default React.createClass({
const { mouse: [x, y] } = this.state;
return {
val: { x, y },
config: [120, 17]
config: [120, 10]
};
},