mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 00:53:42 +00:00
7 lines
134 B
JavaScript
7 lines
134 B
JavaScript
|
// Phaser.Physics
|
||
|
|
||
|
module.exports = {
|
||
|
PolyDecomp: require('./poly-decomp/'),
|
||
|
MatterJS: require('./matter-js/module/main')
|
||
|
};
|