englercj / phaser-tiled

A tilemap implementation for phaser focusing on large complex maps built with the Tiled Editor.
MIT License
290 stars 31 forks source link

Added small typescript setup tutorial and fixed the cacheKey function declaration #54

Closed JimVliet closed 8 years ago

JimVliet commented 8 years ago

I basically wrote a small tutorial for typescript and I made the name argument of the cacheKey function optional. The name argument is already optional this in the javascript version.