tilemap icon indicating copy to clipboard operation
tilemap copied to clipboard

Does this work?

Open LordRampantHump opened this issue 7 years ago • 3 comments

I dont see the map render at all here: http://pixijs.io/pixi-tilemap/?canvas

Am I missing something?

LordRampantHump avatar Apr 01 '18 14:04 LordRampantHump

commenting this line in main.js allows the map to render : _renderer.gl.flush();

LordRampantHump avatar Apr 01 '18 14:04 LordRampantHump

yep, you are right, need to fix it. there's no "gl" in canvas mode.

ivanpopelyshev avatar Apr 01 '18 14:04 ivanpopelyshev

Also, here's tutorial: https://github.com/Alan01252/pixi-tilemap-tutorial

ivanpopelyshev avatar Apr 01 '18 14:04 ivanpopelyshev