From 58d6945d961d57154dbae93505ed959b4fc3b17d Mon Sep 17 00:00:00 2001 From: Robert Long <robert@robertlong.me> Date: Tue, 24 Apr 2018 11:58:19 -0700 Subject: [PATCH] Revert avatars in hub.html --- src/hub.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/hub.html b/src/hub.html index bbb1185a8..6632c5c92 100644 --- a/src/hub.html +++ b/src/hub.html @@ -49,16 +49,16 @@ <img id="freeze-on" src="./assets/hud/freeze_on.png" > <img id="freeze-on-hover" src="./assets/hud/freeze_on-hover.png" > - <a-asset-item id="botdefault" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotDefault_Avatar-9f71f8ff22.gltf"></a-asset-item> - <a-asset-item id="botbobo" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotBobo_Avatar-f9740a010b.gltf"></a-asset-item> - <a-asset-item id="botdom" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotDom_Avatar-6aa1b5d781.gltf"></a-asset-item> - <a-asset-item id="botgreg" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotGreg_Avatar-98d39797bb.gltf"></a-asset-item> - <a-asset-item id="botguest" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotGuest_Avatar-78cd857332.gltf"></a-asset-item> - <a-asset-item id="botjim" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotJim_Avatar-d28005a687.gltf"></a-asset-item> - <a-asset-item id="botkev" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotKev_Avatar-a95787bb51.gltf"></a-asset-item> - <a-asset-item id="botpinky" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotPinky_Avatar-b0b93f8675.gltf"></a-asset-item> - <a-asset-item id="botrobert" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotRobert_Avatar-e9554880f3.gltf"></a-asset-item> - <a-asset-item id="botwoody" response-type="arraybuffer" src="<%= process.env.ASSET_SERVER %>/bots/BotWoody_Avatar-0140485a23.gltf"></a-asset-item> + <a-asset-item id="botdefault" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotDefault_Avatar-9f71f8ff22.gltf"></a-asset-item> + <a-asset-item id="botbobo" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotBobo_Avatar-f9740a010b.gltf"></a-asset-item> + <a-asset-item id="botdom" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotDom_Avatar-6aa1b5d781.gltf"></a-asset-item> + <a-asset-item id="botgreg" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotGreg_Avatar-98d39797bb.gltf"></a-asset-item> + <a-asset-item id="botguest" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotGuest_Avatar-78cd857332.gltf"></a-asset-item> + <a-asset-item id="botjim" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotJim_Avatar-d28005a687.gltf"></a-asset-item> + <a-asset-item id="botkev" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotKev_Avatar-a95787bb51.gltf"></a-asset-item> + <a-asset-item id="botpinky" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotPinky_Avatar-b0b93f8675.gltf"></a-asset-item> + <a-asset-item id="botrobert" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotRobert_Avatar-e9554880f3.gltf"></a-asset-item> + <a-asset-item id="botwoody" response-type="arraybuffer" src="https://asset-bundles-prod.reticulum.io/bots/BotWoody_Avatar-0140485a23.gltf"></a-asset-item> <a-asset-item id="watch-model" response-type="arraybuffer" src="./assets/hud/watch.glb"></a-asset-item> <a-asset-item id="interactable-duck" response-type="arraybuffer" src="./assets/interactables/duck/DuckyMesh.glb"></a-asset-item> -- GitLab