mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Android - Use the Wooden Mannequin avatar instead of being of light in the Avatar window
This commit is contained in:
parent
bb4f57f982
commit
fe5075bff2
1 changed files with 3 additions and 3 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue