updated light switch sound volume to be 50% of what it was

This commit is contained in:
ericrius1 2015-09-23 09:33:02 -07:00
parent 99dc5a5127
commit cf701095c4

View file

@ -53,7 +53,7 @@
}
Audio.playSound(this.switchSound, {
volume: 1,
volume: 0.5,
position: this.position
});