mirror of
https://github.com/overte-org/overte.git
synced 2025-07-06 07:29:25 +02:00
commit
bcc4dcb362
1 changed files with 6 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
_this.TIME_CHECK_REFRACTORY_PERIOD = 5000;
|
_this.TIME_CHECK_REFRACTORY_PERIOD = 5000;
|
||||||
_this.checkTime = true;
|
_this.checkTime = true;
|
||||||
_this.cuckooSound = SoundCache.getSound(CUCKOO_SOUND_URL);
|
_this.cuckooSound = SoundCache.getSound(CUCKOO_SOUND_URL);
|
||||||
_this.CUCKOO_SOUND_VOLUME = 0.0;
|
_this.CUCKOO_SOUND_VOLUME = 0.1;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -95,6 +95,11 @@
|
||||||
|
|
||||||
|
|
||||||
update: function() {
|
update: function() {
|
||||||
|
|
||||||
|
if(iOwn === false) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
_this.clockBodyAnimationProps = Entities.getEntityProperties(_this.clockBody, "animation").animation;
|
_this.clockBodyAnimationProps = Entities.getEntityProperties(_this.clockBody, "animation").animation;
|
||||||
if (!_this.clockBodyAnimationProps) {
|
if (!_this.clockBodyAnimationProps) {
|
||||||
// print("NO CLOCK BODY ANIMATION PROPS! RETURNING");
|
// print("NO CLOCK BODY ANIMATION PROPS! RETURNING");
|
||||||
|
|
Loading…
Reference in a new issue