increase volume more and fix not having logDebug function

This commit is contained in:
James B. Pollack 2016-02-04 14:46:58 -08:00
parent c377254cb0
commit 76350a39f8
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
stereo: true,
loop: false,
localOnly: true,
volume: 0.135
volume: 0.26
};
this.sound = SoundCache.getSound(this.soundURL);
}

View file

@ -20,8 +20,8 @@ getEntityUserData = function(id) {
try {
results = JSON.parse(properties.userData);
} catch (err) {
logDebug(err);
logDebug(properties.userData);
print('error parsing json');
print('properties are:'+ properties.userData);
}
}
return results ? results : {};