mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 21:32:31 +02:00
Fix sit anim reference
This commit is contained in:
parent
69ce0a383e
commit
8e9fc83759
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue