mirror of
https://github.com/photonstorm/phaser
synced 2025-01-28 04:45:10 +00:00
16 lines
326 B
JavaScript
16 lines
326 B
JavaScript
/**
|
|
* @author Richard Davey <rich@photonstorm.com>
|
|
* @copyright 2020 Photon Storm Ltd.
|
|
* @license {@link https://opensource.org/licenses/MIT|MIT License}
|
|
*/
|
|
|
|
/**
|
|
* @namespace Phaser.Create
|
|
*/
|
|
|
|
module.exports = {
|
|
|
|
GenerateTexture: require('./GenerateTexture'),
|
|
Palettes: require('./palettes')
|
|
|
|
};
|