mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +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
|
enabled: !container.highlighted
|
||||||
hoverEnabled: enabled
|
hoverEnabled: enabled
|
||||||
|
|
||||||
property url getWearablesUrl: '../../images/samples/hifi-place-77312e4b-6f48-4eb4-87e2-50444d8e56d1.png'
|
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if(isInManageState) {
|
if(isInManageState) {
|
||||||
var currentItem = delegateRoot.GridView.view.model.get(index);
|
var currentItem = delegateRoot.GridView.view.model.get(index);
|
||||||
|
|
|
@ -16,7 +16,7 @@ MessageBox {
|
||||||
popup.open();
|
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) {
|
function showGetWearables(callback, linkCallback) {
|
||||||
popup.button2text = 'AvatarIsland'
|
popup.button2text = 'AvatarIsland'
|
||||||
|
@ -76,7 +76,7 @@ MessageBox {
|
||||||
popup.open();
|
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) {
|
function showBuyAvatars(callback, linkCallback) {
|
||||||
popup.button2text = 'BodyMart'
|
popup.button2text = 'BodyMart'
|
||||||
|
|
Loading…
Reference in a new issue