AH3 Posted September 10, 2016 Share Posted September 10, 2016 Hi guys, I have a problem when try to resize the world. This is the code: this.map = this.game.add.tilemap('test'); this.map.addTilesetImage('tile', 'tile'); this.layer = this.map.createLayer(0); this.map.setCollisionBetween(1, 100, true, 'blockedLayer'); this.layer.resizeWorld(); In the photos you can see that the world is not resizing, i dont know what is happening, any idea? i want to try to resolve this for myself XD Link to comment Share on other sites More sharing options...
AH3 Posted September 10, 2016 Author Share Posted September 10, 2016 ok i solved this Link to comment Share on other sites More sharing options...
rhea2332 Posted November 23, 2019 Share Posted November 23, 2019 Hello how did you solve this issue? Link to comment Share on other sites More sharing options...
Recommended Posts