From 8c4d7b98fd0d84a55454c58350eefbd38485c6fb Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Tue, 8 Sep 2015 16:01:07 -0700 Subject: [PATCH] fix header comment --- examples/entityScripts/boombox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/entityScripts/boombox.js b/examples/entityScripts/boombox.js index dab83038b7..7056250997 100644 --- a/examples/entityScripts/boombox.js +++ b/examples/entityScripts/boombox.js @@ -5,7 +5,8 @@ // Created by Brad Hefta-Gaub on 9/3/15. // Copyright 2015 High Fidelity, Inc. // -// This is an example of an entity script which when assigned to an entity, will detect when the entity is being touched by the avatars hands +// This is an example of a boom box entity script which when assigned to an entity, will detect when the entity is being touched by the avatars hands +// and start to play a boom box song // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html