mirror of
https://github.com/photonstorm/phaser
synced 2024-12-26 13:03:36 +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'),
|
||
|
|
||
|
};
|