Update fireworksLaunchButtonEntityScript.js

This commit is contained in:
Eric Levin 2016-02-25 13:45:08 -08:00
parent 98cf784c6f
commit 4d27d5c9f2

View file

@ -2,8 +2,8 @@
// fireworksLaunchEntityScript.js // fireworksLaunchEntityScript.js
// examples/playa/fireworks // examples/playa/fireworks
// //
// Created by Eric Levina on 2/24/16. // Created by Eric Levin on 2/24/16.
// Copyright 2015 High Fidelity, Inc. // Copyright 2016 High Fidelity, Inc.
// //
// Run this script to spawn a big fireworks launch button that a user can press // Run this script to spawn a big fireworks launch button that a user can press
// //
@ -226,4 +226,4 @@
// entity scripts always need to return a newly constructed object of our type // entity scripts always need to return a newly constructed object of our type
return new Fireworks(); return new Fireworks();
}); });