mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:28:37 +02:00
Remove reference to BodyMart in Avatar app
This commit is contained in:
parent
a912e97f1e
commit
748999b8d6
2 changed files with 2 additions and 13 deletions
Binary file not shown.
Before Width: | Height: | Size: 125 KiB |
|
@ -110,23 +110,12 @@ MessageBox {
|
||||||
property url getAvatarsUrl: '../../../images/avatarapp/BodyMart.PNG'
|
property url getAvatarsUrl: '../../../images/avatarapp/BodyMart.PNG'
|
||||||
|
|
||||||
function showBuyAvatars(callback, linkCallback) {
|
function showBuyAvatars(callback, linkCallback) {
|
||||||
popup.button2text = 'BodyMart'
|
popup.dialogButtons.yesButton.visible = false;
|
||||||
popup.dialogButtons.yesButton.fontCapitalization = Font.MixedCase;
|
|
||||||
popup.button1text = 'CANCEL'
|
popup.button1text = 'CANCEL'
|
||||||
popup.titleText = 'Get Avatars'
|
popup.titleText = 'Get Avatars'
|
||||||
|
|
||||||
popup.bodyText = 'Get avatars from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' +
|
popup.bodyText = 'Get avatars from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' +
|
||||||
'Wear avatars in <b><a href="app://purchases">Inventory.</a></b>' + '<br/>' + '<br/>' +
|
'Wear avatars in <b><a href="app://purchases">Inventory.</a></b>'
|
||||||
'Visit “BodyMart” to get free avatars.'
|
|
||||||
|
|
||||||
popup.imageSource = getAvatarsUrl;
|
|
||||||
popup.onButton2Clicked = function() {
|
|
||||||
popup.close();
|
|
||||||
|
|
||||||
if (callback) {
|
|
||||||
callback();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
popup.onLinkClicked = function(link) {
|
popup.onLinkClicked = function(link) {
|
||||||
popup.close();
|
popup.close();
|
||||||
|
|
Loading…
Reference in a new issue