tilemap
tilemap copied to clipboard
Does this work?
I dont see the map render at all here: http://pixijs.io/pixi-tilemap/?canvas
Am I missing something?
commenting this line in main.js allows the map to render : _renderer.gl.flush();
yep, you are right, need to fix it. there's no "gl" in canvas mode.
Also, here's tutorial: https://github.com/Alan01252/pixi-tilemap-tutorial