mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Merge pull request #2918 from mdutra/patch-1
Enable delta scroll rendering by default for tilemaps
This commit is contained in:
commit
0753bf58a5
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Phaser.TilemapLayer = function (game, tilemap, index, width, height) {
|
|||
* @default
|
||||
*/
|
||||
this.renderSettings = {
|
||||
enableScrollDelta: false,
|
||||
enableScrollDelta: true,
|
||||
overdrawRatio: 0.20,
|
||||
copyCanvas: null
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue