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
// examples/playa/fireworks
//
// Created by Eric Levina on 2/24/16.
// Copyright 2015 High Fidelity, Inc.
// Created by Eric Levin on 2/24/16.
// Copyright 2016 High Fidelity, Inc.
//
// 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
return new Fireworks();
});
});