mirror of
https://github.com/photonstorm/phaser
synced 2025-01-05 09:48:49 +00:00
9 lines
188 B
JavaScript
9 lines
188 B
JavaScript
// Phaser.Animations
|
|
|
|
module.exports = {
|
|
|
|
Animation: require('./Animation'),
|
|
AnimationFrame: require('./AnimationFrame'),
|
|
AnimationManager: require('./AnimationManager'),
|
|
|
|
};
|