mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 19:43:28 +00:00
8 lines
83 B
JavaScript
8 lines
83 B
JavaScript
|
// Phaser.Geom
|
||
|
|
||
|
module.exports = {
|
||
|
|
||
|
Rectangle: require('./rectangle')
|
||
|
|
||
|
};
|