Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis authored Aug 27, 2023
1 parent 073a336 commit 8553695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SANCTUARY/navigationAmbienceSanctuary.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

function generateSky(entityID) {
var zoneRotation = Quat.fromVec3Degrees( {"x": 0.0, "y": 0.0, "z": 0.0} );
var skyTextureUrl = ROOT + "images/SANCTUARY_SKY_DEEPBLUE.png"; //"images/SANCTUARY_SKY.jpg";
var skyTextureUrl = ROOT + "images/SANCTUARY_SKY_DEEPBLUE.jpg";
var hue = GetCurrentCycleValue(1, DAY_DURATION * 9);
var skycolor = hslToRgb(hue, 1, 0.65);

Expand Down

0 comments on commit 8553695

Please sign in to comment.