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 5, 2023
1 parent a95aa56 commit 71cecae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SANCTUARY/singularitySanctuary.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,9 @@

//Asteroid field (far and random)
var ASTEROID_FIELD_QUANTITY = 40;
var MIN_DISTANCE = 70; //meters
var MAX_DISTANCE = 200; //meters
var MAX_SIZE = 100;//meters
var MIN_DISTANCE = 80; //meters
var MAX_DISTANCE = 130; //meters
var MAX_SIZE = 60;//meters

for (i = 0; i < ASTEROID_FIELD_QUANTITY; i++) {
var distance = MIN_DISTANCE + (Math.random() * MAX_DISTANCE);
Expand Down

0 comments on commit 71cecae

Please sign in to comment.