mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +02:00
add higher resolution images to lobby
This commit is contained in:
parent
f58d21d6f0
commit
230b8740bf
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ function changeLobbyTextures() {
|
|||
|
||||
for (var j = 0; j < NUM_PANELS; j++) {
|
||||
var panelIndex = locationIndexToPanelIndex(j);
|
||||
textureProp["textures"]["file" + panelIndex] = "http:" + locations[j].thumbnail_url;
|
||||
textureProp["textures"]["file" + panelIndex] = HIFI_PUBLIC_BUCKET + "images/locations/"
|
||||
+ locations[j].id + "/hifi-location-" + locations[j].id + "_640x360.jpg";
|
||||
};
|
||||
|
||||
Overlays.editOverlay(panelWall, textureProp);
|
||||
|
|
Loading…
Reference in a new issue