STP
STP copied to clipboard
SFML TMX Parser -
When I use the `STP` example code on an orthogonal map that is an example from Tiled, `STP` does not recognize it: ``` Error loading the XML document. The document...
I'm unsure why this is because I am using the same assets from your example directory. I see this lib is a little old, but it still works! I am:...
Awesome library! And simple! I wanted to let you know isometric objects are not drawn correctly. This may be frustrating for devs who want to render debug object layers. Since...
Look at the commit comment.
i use windows 7, visual studio 2015 and sfml 2.3.2. if i add this line map.GetLayer("World").visible = false; t he program gives error that "has stopped working"
This PR implements support for hexagonal maps. It also makes them (and other non hexagonal maps) render exactly as they look in tiled by using the offsets correctly.
Many functions can be implemented as const version.
There should be access to objects on the map.
The TileMap class should have move semantics