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 6, 2023
1 parent 741c3ae commit 24011a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SANCTUARY/arrivalBack.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
this.preload = function(entityID) {
var rwz = Entities.getEntityProperties(entityID, ["renderWithZones"]).renderWithZones;
//manage color (one shot at the arrival only)
//Add a light
fxID = Entities.addEntity({
"type": "ParticleEffect",
"localPosition": {
Expand Down Expand Up @@ -115,7 +116,7 @@
Entities.deleteEntity(fxID);
fxID = Uuid.NULL;
}
arrived = FALSE;
arrived = false;
};


Expand Down

0 comments on commit 24011a2

Please sign in to comment.