workadventure/front/src/Phaser/Map
David Négrier 22cb41dc29 Adding the ability to display "Text" objects from Tiled
I honestly don't believe text objects look good on map, and in real maps, I think text should be written on tiles.

However, for a variety of use cases (like in test maps in the /maps/test directory, it can be useful to be
able to display some text easily on a map.

This PR adds the ability to display this text.

Note: the "font" support cannot work correctly, as Tiled is listing fonts from the local
system, and those fonts are not available in a browser.
2021-04-26 11:28:13 +02:00
..
ITiledMap.ts Adding the ability to display "Text" objects from Tiled 2021-04-26 11:28:13 +02:00
LayersIterator.ts Added a new LayersIterator class 2021-04-26 11:21:34 +02:00