mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #16346 from dooglifeSF/change_away_animation
New AFK "away" animation
This commit is contained in:
commit
a6842b5cba
1 changed files with 4 additions and 4 deletions
|
@ -50,11 +50,11 @@ var OVERLAY_DATA_HMD = {
|
|||
};
|
||||
|
||||
var AWAY_INTRO = {
|
||||
url: "http://hifi-content.s3.amazonaws.com/ozan/dev/anim/standard_anims_160127/kneel.fbx",
|
||||
url: "https://hifi-content.s3.amazonaws.com/doug/animation/fbx/afk_texting.fbx",
|
||||
playbackRate: 30.0,
|
||||
loopFlag: false,
|
||||
startFrame: 0.0,
|
||||
endFrame: 83.0
|
||||
loopFlag: true,
|
||||
startFrame: 1.0,
|
||||
endFrame: 489.0
|
||||
};
|
||||
|
||||
// MAIN CONTROL
|
||||
|
|
Loading…
Reference in a new issue