mirror of
https://github.com/JulianGro/overte.git
synced 2025-06-04 11:21:07 +02:00
homereset
This commit is contained in:
parent
e39df5fdba
commit
30dcebc43b
2 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
print("NO CLOCK BODY ANIMATION PROPS! RETURNING");
|
print("NO CLOCK BODY ANIMATION PROPS! RETURNING");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
print("current Frame " + _this.clockBodyAnimationProps.currentFrame);
|
// print("current Frame " + _this.clockBodyAnimationProps.currentFrame);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,8 @@ MyCuckooClock = function(spawnPosition, spawnRotation) {
|
||||||
url: CLOCK_BODY_URL,
|
url: CLOCK_BODY_URL,
|
||||||
running: false,
|
running: false,
|
||||||
currentFrame: 0,
|
currentFrame: 0,
|
||||||
|
firstFrame: 0,
|
||||||
|
lastFrame: 100,
|
||||||
loop: false
|
loop: false
|
||||||
},
|
},
|
||||||
position: spawnPosition,
|
position: spawnPosition,
|
||||||
|
|
Loading…
Reference in a new issue