mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +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
|
||||
// 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();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue