UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

22 lines (16 loc) 404 B
/** * @author Richard Davey <rich@photonstorm.com> * @copyright 2019 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ /** * @namespace Phaser.Physics */ /** * @namespace Phaser.Types.Physics */ module.exports = { Arcade: require('./arcade'), Impact: require('./impact'), Matter: require('./matter-js') };