mirror of
https://github.com/photonstorm/phaser
synced 2025-01-07 02:38:53 +00:00
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
|
// Phaser.Animations
|
||
|
|
||
|
module.exports = {
|
||
|
|
||
|
Animation: require('./Animation'),
|
||
|
AnimationFrame: require('./AnimationFrame'),
|
||
|
AnimationManager: require('./AnimationManager'),
|
||
|
|
||
|
};
|