mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
Merge pull request #7618 from sethalves/fix-voxel-icons
host voxel icons on s3 rather than hungry.com
This commit is contained in:
commit
35c8ae3381
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ Script.include([
|
||||||
]);
|
]);
|
||||||
|
|
||||||
var isActive = false;
|
var isActive = false;
|
||||||
var toolIconUrl = "http://headache.hungry.com/~seth/hifi/";
|
var toolIconUrl = "https://s3-us-west-1.amazonaws.com/hifi-content/seth/production/icons/"
|
||||||
|
|
||||||
var toolHeight = 50;
|
var toolHeight = 50;
|
||||||
var toolWidth = 50;
|
var toolWidth = 50;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue