We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5ddec commit 7b92ee4Copy full SHA for 7b92ee4
1 file changed
v2-community/src/tilemap/TilemapLayer.js
@@ -96,7 +96,7 @@ Phaser.TilemapLayer = function (game, tilemap, index, width, height) {
96
* @default
97
*/
98
this.renderSettings = {
99
- enableScrollDelta: false,
+ enableScrollDelta: true,
100
overdrawRatio: 0.20,
101
copyCanvas: null
102
};
0 commit comments