phaser/src/cameras/index.js
2019-05-09 11:49:44 +01:00

20 lines
374 B
JavaScript

/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* @namespace Phaser.Cameras
*/
/**
* @namespace Phaser.Types.Cameras
*/
module.exports = {
Controls: require('./controls'),
Scene2D: require('./2d')
};