mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 16:42:12 +02:00
Add the wooden mannequin as an eligible avatar
This commit is contained in:
parent
618b27c952
commit
68feea23cb
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"avatars": [
|
||||
{
|
||||
"name": "Default",
|
||||
"preview_image": "https://hifi-metaverse.s3-us-west-1.amazonaws.com/marketplace/previews/7fe80a1e-f445-4800-9e89-40e677b03bee/large/hifi-mp-7fe80a1e-f445-4800-9e89-40e677b03bee.jpg",
|
||||
"url": "qrc:////meshes/defaultAvatar_full.fst"
|
||||
},
|
||||
{
|
||||
"name": "Anime-Styled Boy",
|
||||
"preview_image": "https://hifi-metaverse.s3-us-west-1.amazonaws.com/marketplace/previews/46e0fd52-3cff-462f-ba97-927338d88295/thumbnail/hifi-mp-46e0fd52-3cff-462f-ba97-927338d88295.jpg",
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
android:textColor="@color/colorButton1" />
|
||||
<ImageView
|
||||
android:id="@+id/avatarPreview"
|
||||
android:background="@color/backgroundDark"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="190dp"
|
||||
android:scaleType="fitCenter"
|
||||
|
|
Loading…
Reference in a new issue