phaser/v3/src/paths/index.js
2017-09-22 01:35:10 +01:00

10 lines
127 B
JavaScript

// Phaser.Paths
// Phaser.Curves.Path ? or ...
// Phaser.Paths.Path ?
module.exports = {
Path: require('./Path')
};