phaser/src/display/index.js

20 lines
423 B
JavaScript
Raw Normal View History

2018-02-12 16:01:20 +00:00
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2018 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
2018-01-31 13:54:44 +00:00
/**
* @namespace Phaser.Display
*/
2017-10-11 16:05:59 +00:00
module.exports = {
Align: require('./align'),
Bounds: require('./bounds'),
Canvas: require('./canvas'),
2017-11-13 17:21:34 +00:00
Color: require('./color'),
Masks: require('./mask')
2017-10-11 16:05:59 +00:00
};