From 397d2a68534cea8d5c5e832571b676148d223fc9 Mon Sep 17 00:00:00 2001 From: Midnight Date: Fri, 18 Aug 2017 16:12:56 -0700 Subject: [PATCH] Minor Code Cleanup. --- unpublishedScripts/marketplace/dodgeBall/dodgeBall.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/unpublishedScripts/marketplace/dodgeBall/dodgeBall.js b/unpublishedScripts/marketplace/dodgeBall/dodgeBall.js index 9bd1032821..05d7935757 100644 --- a/unpublishedScripts/marketplace/dodgeBall/dodgeBall.js +++ b/unpublishedScripts/marketplace/dodgeBall/dodgeBall.js @@ -38,7 +38,6 @@ blue: 201, green: 34 }, - accelerationSpread: { x: 0, y: 0, @@ -76,7 +75,6 @@ textures: 'https://content.highfidelity.com/DomainContent/production/Particles/wispy-smoke.png', emitRate: 1, emitSpeed: 0, - emitterShouldTrail: false, particleRadius: 1, radiusSpread: 0, @@ -87,13 +85,11 @@ blue: 232, green: 26 }, - emitAcceleration: { x: 0, y: 0, z: 0 }, - alpha: 0, alphaSpread: 0, alphaStart: 1, @@ -123,7 +119,6 @@ } function proxCheck() { - var avList = AvatarList.getAvatarIdentifiers(); var ballPos = Entities.getEntityProperties(_entityID, ['position']).position; var isAnyAvatarInRange = AvatarList.isAvatarInRange(ballPos, 1);