From 62a6a9d45efead58813935d7c955621353fd393e Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Thu, 27 Aug 2015 11:54:47 -0700 Subject: [PATCH] Description --- examples/example/entities/platform.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example/entities/platform.js b/examples/example/entities/platform.js index 66438daf9e..ac41dc593b 100644 --- a/examples/example/entities/platform.js +++ b/examples/example/entities/platform.js @@ -5,8 +5,8 @@ // Copyright 2015 High Fidelity, Inc. // // Entity stress test / procedural demo. -// Spawns a platform under your avatar made up of random cubes or spheres. The platform follows your avatar -// around, and has a +// Spawns a platform under your avatar made up of randomly sized and colored boxes or spheres. The platform follows your avatar +// around, and comes with a UI to update the platform's properties (radius, entity density, color distribution, etc) in real time. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html