From fe5075bff2695559cc7a4269ed50685824012cc9 Mon Sep 17 00:00:00 2001 From: Cristian Luis Duarte Date: Tue, 6 Feb 2018 18:25:06 -0300 Subject: [PATCH] Android - Use the Wooden Mannequin avatar instead of being of light in the Avatar window --- scripts/system/+android/avatarSelection.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/system/+android/avatarSelection.js b/scripts/system/+android/avatarSelection.js index fd938236fb..be58f61ac2 100644 --- a/scripts/system/+android/avatarSelection.js +++ b/scripts/system/+android/avatarSelection.js @@ -65,11 +65,11 @@ function init() { print("[avatarSelection.js] There is no window object for init()"); return; } - var DEFAULT_AVATAR_URL = "http://mpassets.highfidelity.com/f14bf7c9-49a1-4249-988a-0a577ed78957-v1/beingOfLight.fst"; + var DEFAULT_AVATAR_URL = "http://mpassets.highfidelity.com/7fe80a1e-f445-4800-9e89-40e677b03bee-v3/mannequin.fst"; sendToQml({ type: "addAvatar", - name: "Being of Light Avatar", - thumbnailUrl: "https://hifi-metaverse.s3-us-west-1.amazonaws.com/marketplace/previews/f14bf7c9-49a1-4249-988a-0a577ed78957/thumbnail/hifi-mp-f14bf7c9-49a1-4249-988a-0a577ed78957.jpg", + name: "Wooden Mannequin", + thumbnailUrl: "https://hifi-metaverse.s3-us-west-1.amazonaws.com/marketplace/previews/7fe80a1e-f445-4800-9e89-40e677b03bee/thumbnail/hifi-mp-7fe80a1e-f445-4800-9e89-40e677b03bee.jpg", avatarUrl: DEFAULT_AVATAR_URL }); sendToQml({