mirror of
https://github.com/photonstorm/phaser
synced 2024-12-25 04:23:30 +00:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
|
module.exports = {
|
||
|
|
||
|
Between: require('./DistanceBetween'),
|
||
|
Power: require('./DistancePower'),
|
||
|
Squared: require('./DistanceSquared')
|
||
|
|
||
|
};
|