phaser/v3/src/paths/index.js

11 lines
127 B
JavaScript
Raw Normal View History

2017-07-04 13:11:07 +01:00
// Phaser.Paths
2017-09-21 17:12:33 +01:00
// Phaser.Curves.Path ? or ...
// Phaser.Paths.Path ?
module.exports = {
2017-09-21 17:12:33 +01:00
Path: require('./Path')
2017-09-21 17:12:33 +01:00
};