go-tiled icon indicating copy to clipboard operation
go-tiled copied to clipboard

Go library to parse Tiled map editor file format (TMX) and render map to image

Results 15 go-tiled issues
Sort by recently updated
recently updated
newest added

This is very simplistic, and due to the limited rendering order options at the moment it has some visual artifacts. However it does render things in a reasonable manner to...

enhancement

```go func TestLoadBigMapFromTiled(t *testing.T) { tiledDirectory :=`xxxxxxxxxxxxxxxx` bigMapUrl := tiledDirectory + `/BigMap.tmx` // Parse .tmx file. gameMap, err := tiled.LoadFile(bigMapUrl) if err != nil { panic(err) } fmt.Println(gameMap) } ```...

Giving an object a string property which value contains a multiline string (containing `\n`) results in the string being empty. This is because Tiled will no longer use the `Value`...

enhancement

I get "unsupported orientation" when trying to render a map using this orientation