Merge pull request #7618 from sethalves/fix-voxel-icons

host voxel icons on s3 rather than hungry.com
This commit is contained in:
Brad Hefta-Gaub 2016-04-07 20:58:08 -07:00
commit 35c8ae3381

View file

@ -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;