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 8, 2023
1 parent 95e5490 commit a674d5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SANCTUARY/arrivalBack.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
"radiusFinish": 0.2,
"radiusSpread": 0.1,
"colorStart": {
"red": 255,
"green": 255,
"blue": 255
"red": color[0],
"green": color[1],
"blue": color[2]
},
"colorFinish": {
"red": color[0],
Expand Down

0 comments on commit a674d5e

Please sign in to comment.