mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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");
|
||||
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,
|
||||
running: false,
|
||||
currentFrame: 0,
|
||||
firstFrame: 0,
|
||||
lastFrame: 100,
|
||||
loop: false
|
||||
},
|
||||
position: spawnPosition,
|
||||
|
|
Loading…
Reference in a new issue