From 7b39700136d88ac685afb3637615b8e65d91ca7f Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Sun, 7 Feb 2016 13:33:21 -0800 Subject: [PATCH] one ring to rule --- .../entityScripts/{tribble.x.34.js => tribble.x.35.js} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename examples/entityScripts/{tribble.x.34.js => tribble.x.35.js} (92%) diff --git a/examples/entityScripts/tribble.x.34.js b/examples/entityScripts/tribble.x.35.js similarity index 92% rename from examples/entityScripts/tribble.x.34.js rename to examples/entityScripts/tribble.x.35.js index 145adfc325..a65f91b171 100644 --- a/examples/entityScripts/tribble.x.34.js +++ b/examples/entityScripts/tribble.x.35.js @@ -64,13 +64,10 @@ oldColor = properties.color; dimensions = Vec3.multiply(scale, properties.dimensions); baton = virtualBaton({ - // FIXME: batonName: 'io.highfidelity.tribble:' + entityID, - // If we wanted to have only one tribble change colors, we could do: batonName: 'io.highfidelity.tribble', - instanceId: entityID + MyAvatar.sessionUUID, debugFlow: true, - debugSend: true, - debugReceive: true + debugSend: false, + debugReceive: false }); if (editTimeout) { baton.claim(startUpdate, stopUpdateAndReclaim);