From 723af9bcbd38b2475ec95e9a09fe3411eb3ca07a Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Thu, 7 Apr 2016 20:34:34 -0700 Subject: [PATCH] host voxel icons on s3 rather than hungry.com --- examples/voxels.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/voxels.js b/examples/voxels.js index 4ca5d46ff7..19a31487fe 100644 --- a/examples/voxels.js +++ b/examples/voxels.js @@ -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;