Merge pull request #16523 from DouglasWilcox/Move-away-animation-from-cloud-url-to-local-resource-

Move "away" animation from S3 bucket to local resource
This commit is contained in:
Shannon Romano 2019-11-21 16:23:51 -08:00 committed by GitHub
commit d801ccb7e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -50,7 +50,7 @@ var OVERLAY_DATA_HMD = {
};
var AWAY_INTRO = {
url: "https://hifi-content.s3.amazonaws.com/doug/animation/fbx/afk_texting.fbx",
url: "qrc:///avatar/animations/afk_texting.fbx",
playbackRate: 30.0,
loopFlag: true,
startFrame: 1.0,