volume change

This commit is contained in:
ericrius1 2016-03-21 10:35:10 -07:00
parent 9188c9de0d
commit 66e969fec7

View file

@ -17,7 +17,7 @@
_this.TIME_CHECK_REFRACTORY_PERIOD = 5000;
_this.checkTime = true;
_this.cuckooSound = SoundCache.getSound(CUCKOO_SOUND_URL);
_this.CUCKOO_SOUND_VOLUME = 0.0;
_this.CUCKOO_SOUND_VOLUME = 0.1;
};