phaser/src/gameobjects/particles/zones/index.js
2022-02-28 14:29:51 +00:00

17 lines
374 B
JavaScript

/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* @namespace Phaser.GameObjects.Particles.Zones
*/
module.exports = {
DeathZone: require('./DeathZone'),
EdgeZone: require('./EdgeZone'),
RandomZone: require('./RandomZone')
};