mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 17:12:51 +02:00
move avatarapp-specific images into appropriate subfolder
This commit is contained in:
parent
0efb5437e8
commit
856c95b52a
5 changed files with 2 additions and 4 deletions
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB |
|
@ -632,8 +632,6 @@ Rectangle {
|
|||
enabled: !container.highlighted
|
||||
hoverEnabled: enabled
|
||||
|
||||
property url getWearablesUrl: '../../images/samples/hifi-place-77312e4b-6f48-4eb4-87e2-50444d8e56d1.png'
|
||||
|
||||
onClicked: {
|
||||
if(isInManageState) {
|
||||
var currentItem = delegateRoot.GridView.view.model.get(index);
|
||||
|
|
|
@ -16,7 +16,7 @@ MessageBox {
|
|||
popup.open();
|
||||
}
|
||||
|
||||
property url getWearablesUrl: '../../../images/samples/hifi-place-77312e4b-6f48-4eb4-87e2-50444d8e56d1.png'
|
||||
property url getWearablesUrl: '../../../images/avatarapp/hifi-place-get-wearables.png'
|
||||
|
||||
function showGetWearables(callback, linkCallback) {
|
||||
popup.button2text = 'AvatarIsland'
|
||||
|
@ -76,7 +76,7 @@ MessageBox {
|
|||
popup.open();
|
||||
}
|
||||
|
||||
property url getAvatarsUrl: '../../../images/samples/hifi-place-get-avatars.png'
|
||||
property url getAvatarsUrl: '../../../images/avatarapp/hifi-place-get-avatars.png'
|
||||
|
||||
function showBuyAvatars(callback, linkCallback) {
|
||||
popup.button2text = 'BodyMart'
|
||||
|
|
Loading…
Reference in a new issue