mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:12:53 +02:00
Update fireworksLaunchButtonEntityScript.js
This commit is contained in:
parent
98cf784c6f
commit
4d27d5c9f2
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue