Fix default value of enableScrollDelta

This commit is contained in:
Murilo Dutra 2016-12-12 21:29:18 -02:00
parent dc5ddec256
commit 7b92ee4217

View file

@ -96,7 +96,7 @@ Phaser.TilemapLayer = function (game, tilemap, index, width, height) {
* @default
*/
this.renderSettings = {
enableScrollDelta: false,
enableScrollDelta: true,
overdrawRatio: 0.20,
copyCanvas: null
};