This repository has been archived on 2021-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
scriptcraft/src/main/js/plugins/drone/drone-firework.js

7 lines
165 B
JavaScript

var fireworks = require('fireworks');
var Drone = require('./drone').Drone;
Drone.extend( 'firework', function( ) {
fireworks.firework( this.getLocation() );
});