phaser/src/cameras/controls/index.js

11 lines
158 B
JavaScript
Raw Normal View History

2018-01-31 13:54:44 +00:00
/**
* @namespace Phaser.Cameras.Controls
*/
module.exports = {
Fixed: require('./FixedKeyControl'),
Smoothed: require('./SmoothedKeyControl')
};