mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 20:23:21 +02:00
increase volume more and fix not having logDebug function
This commit is contained in:
parent
c377254cb0
commit
76350a39f8
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
stereo: true,
|
||||
loop: false,
|
||||
localOnly: true,
|
||||
volume: 0.135
|
||||
volume: 0.26
|
||||
};
|
||||
this.sound = SoundCache.getSound(this.soundURL);
|
||||
}
|
||||
|
|
|
@ -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 : {};
|
||||
|
|
Loading…
Reference in a new issue