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 Sep 15, 2023
1 parent 028ea8d commit 8032739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SANCTUARY/giroscope.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
var properties = Entities.getEntityProperties(thisEntity, ["position", "renderWithZones"]);
giroscopePosition = properties.position;
var rwz = properties.renderWithZones;

print("giroscopePosition: " + JSON.stringify(giroscopePosition));
var antiHue = 0.5 + GetCurrentCycleValue(1, D29_DAY_DURATION * 9);
if (antiHue > 1) {
antiHue = antiHue - 1;
Expand Down

0 comments on commit 8032739

Please sign in to comment.