mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Smoothing exposed via Phaser.DOM
This commit is contained in:
parent
cf74a7dd81
commit
0eb97956f4
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
var CHECKSUM = {
|
||||
build: '17021190-4c47-11e7-a481-8b4cb4cf5fd2'
|
||||
build: '4231b580-4c53-11e7-bda2-33f0af8dc17e'
|
||||
};
|
||||
module.exports = CHECKSUM;
|
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
RemoveEventListener: require('./RemoveEventListener'),
|
||||
RemoveFromDOM: require('./RemoveFromDOM'),
|
||||
RequestAnimationFrame: require('./RequestAnimationFrame'),
|
||||
Smoothing: require('./Smoothing'),
|
||||
TouchAction: require('./TouchAction'),
|
||||
UserSelect: require('./UserSelect')
|
||||
|
||||
|
|
Loading…
Reference in a new issue