Fix sit anim reference

This commit is contained in:
Atlante45 2017-02-16 11:12:11 -08:00
parent 69ce0a383e
commit 8e9fc83759

View file

@ -2,7 +2,7 @@
Script.include("/~/system/libraries/utils.js");
var ROLE = "fly";
var ANIMATION_URL = "C:/Users/Clement/hifi/build/interface/RelWithDebInfo/resources/avatar/animations/sitting_idle.fbx";
var ANIMATION_URL = "https://s3-us-west-1.amazonaws.com/hifi-content/clement/production/animations/sitting_idle.fbx";
var ANIMATION_FPS = 30;
var ANIMATION_FIRST_FRAME = 1;
var ANIMATION_LAST_FRAME = 10;