homereset

This commit is contained in:
ericrius1 2016-03-16 16:06:11 -07:00
parent e39df5fdba
commit 30dcebc43b
2 changed files with 3 additions and 1 deletions

View file

@ -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);
} }

View file

@ -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,