mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 01:23:55 +02:00
Put away animation into resource and update script to use local resource path.
This commit is contained in:
parent
854d84912e
commit
b8d7f50eaf
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 = {
|
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,
|
playbackRate: 30.0,
|
||||||
loopFlag: true,
|
loopFlag: true,
|
||||||
startFrame: 1.0,
|
startFrame: 1.0,
|
||||||
|
|
Loading…
Reference in a new issue