mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
use worklist for assets
This commit is contained in:
parent
83b096ca1d
commit
2cde2f5303
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ var Account = Account || {};
|
|||
|
||||
(function () {
|
||||
"use strict";
|
||||
var iconUrl = 'http://localhost/~stojce/',
|
||||
var iconUrl = 'http://dev.worklist.net/~stojce/',
|
||||
overlayWidth = 150,
|
||||
overlayHeight = 50,
|
||||
overlayTopOffset = 15,
|
||||
|
@ -52,7 +52,7 @@ var Account = Account || {};
|
|||
textOverlay = Overlays.addOverlay("text", {
|
||||
x: 0,
|
||||
y: overlayTopOffset,
|
||||
topMargin: 9,
|
||||
topMargin: 10,
|
||||
font: {
|
||||
size: 16
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue