diff --git a/apps/etymology map game.html b/apps/etymology map game.html index 01c84fe..27279ad 100644 --- a/apps/etymology map game.html +++ b/apps/etymology map game.html @@ -338,7 +338,7 @@

Etymology Globe Game

// Initialize the globe const myGlobe = Globe() .backgroundColor('#111') - // .globeImageUrl('//unpkg.com/three-globe/example/img/earth-blue-marble.jpg') // Optional built-in texture + .globeImageUrl('https://unpkg.com/three-globe/example/img/earth-blue-marble.jpg') // Optional built-in texture .pointOfView({ lat: 20, lng: 0, altitude: 2 }); const globeContainer = document.getElementById('globeViz');