mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 07:22:25 +02:00
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:
commit
d801ccb7e1
2 changed files with 1 additions and 1 deletions
BIN
interface/resources/avatar/animations/afk_texting.fbx
Normal file
BIN
interface/resources/avatar/animations/afk_texting.fbx
Normal file
Binary file not shown.
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue