mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 14:15:28 +02:00
host voxel icons on s3 rather than hungry.com
This commit is contained in:
parent
d79d66c34e
commit
723af9bcbd
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ Script.include([
|
|||
]);
|
||||
|
||||
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 toolWidth = 50;
|
||||
|
||||
|
|
Loading…
Reference in a new issue