mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
switch to amazon image resources
This commit is contained in:
parent
2cde2f5303
commit
e25817cd88
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ var Account = Account || {};
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
var iconUrl = 'http://dev.worklist.net/~stojce/',
|
var iconUrl = 'http://highfidelity-public.s3-us-west-1.amazonaws.com/images/tools/',
|
||||||
overlayWidth = 150,
|
overlayWidth = 150,
|
||||||
overlayHeight = 50,
|
overlayHeight = 50,
|
||||||
overlayTopOffset = 15,
|
overlayTopOffset = 15,
|
||||||
|
@ -46,7 +46,7 @@ var Account = Account || {};
|
||||||
y: overlayTopOffset,
|
y: overlayTopOffset,
|
||||||
width: 122,
|
width: 122,
|
||||||
height: 32,
|
height: 32,
|
||||||
imageURL: iconUrl + "walletsymbol.svg",
|
imageURL: iconUrl + "wallet.svg",
|
||||||
alpha: 1
|
alpha: 1
|
||||||
}),
|
}),
|
||||||
textOverlay = Overlays.addOverlay("text", {
|
textOverlay = Overlays.addOverlay("text", {
|
||||||
|
|
Loading…
Reference in a new issue