mirror of
https://github.com/photonstorm/phaser
synced 2024-12-20 01:55:45 +00:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
|
// Phaser.Cameras
|
||
|
|
||
|
module.exports = {
|
||
|
|
||
|
Camera: require('./Camera'),
|
||
|
KeyControl: require('./KeyControl'),
|
||
|
SmoothedKeyControl: require('./SmoothedKeyControl')
|
||
|
|
||
|
};
|