From 589d4e992c0329d4dcadddb887e46ccc6d8e6478 Mon Sep 17 00:00:00 2001 From: dooglifeSF <41022919+dooglifeSF@users.noreply.github.com> Date: Mon, 14 Oct 2019 16:48:45 -0700 Subject: [PATCH] Change away anim to hosted afk_texting animation. --- scripts/system/away.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/system/away.js b/scripts/system/away.js index 6293c0c452..da24e0c3f8 100644 --- a/scripts/system/away.js +++ b/scripts/system/away.js @@ -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