mirror of
https://github.com/photonstorm/phaser
synced 2025-01-11 12:48:50 +00:00
10 lines
192 B
JavaScript
10 lines
192 B
JavaScript
// Phaser.Geom
|
|
|
|
module.exports = {
|
|
|
|
Circle: require('./circle'),
|
|
Ellipse: require('./ellipse'),
|
|
Intersects: require('./intersects'),
|
|
Rectangle: require('./rectangle')
|
|
|
|
};
|