mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 01:22:25 +02:00
replace bodymart & avatarisland images
This commit is contained in:
parent
83f92aff9f
commit
46992f04ad
5 changed files with 2 additions and 2 deletions
BIN
interface/resources/images/avatarapp/AvatarIsland.jpg
Normal file
BIN
interface/resources/images/avatarapp/AvatarIsland.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
interface/resources/images/avatarapp/BodyMart.PNG
Normal file
BIN
interface/resources/images/avatarapp/BodyMart.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
Binary file not shown.
Before Width: | Height: | Size: 82 KiB |
Binary file not shown.
Before Width: | Height: | Size: 103 KiB |
|
@ -29,7 +29,7 @@ MessageBox {
|
|||
popup.open();
|
||||
}
|
||||
|
||||
property url getWearablesUrl: '../../../images/avatarapp/hifi-place-get-wearables.png'
|
||||
property url getWearablesUrl: '../../../images/avatarapp/AvatarIsland.jpg'
|
||||
|
||||
function showGetWearables(callback, linkCallback) {
|
||||
popup.button2text = 'AvatarIsland'
|
||||
|
@ -89,7 +89,7 @@ MessageBox {
|
|||
popup.open();
|
||||
}
|
||||
|
||||
property url getAvatarsUrl: '../../../images/avatarapp/hifi-place-get-avatars.png'
|
||||
property url getAvatarsUrl: '../../../images/avatarapp/BodyMart.PNG'
|
||||
|
||||
function showBuyAvatars(callback, linkCallback) {
|
||||
popup.button2text = 'BodyMart'
|
||||
|
|
Loading…
Reference in a new issue