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

I'm not sure if this is intended behaivor, I'm new to Tiled, but whenever I try to render this `.tmx` file ```xml ... ... ``` The ObjectGroup doesn't get rendered:...

enhancement
breaking

Hello, when go-tiled attempts to load a .tsx file referenced by a .tmx file, it will not use the required type of filepath slashes when using an embedded filesystem via...

bug

I have been working on a tool to automatically turn a folder of frames into a Tileset. For this purpose, I've modified the structures in this package to have the...

enhancement
breaking

I've noticed that in some cases you define default values for the struct interface. For example in the text unmarshal function ```go type Alias Text item := Alias{ FontFamily: "sans-serif",...

enhancement

Just to be aware, This is something that should be easy to implement. Link to the docs https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#tile-flipping

`go-tiled` currently has no functionality to load infinite maps and will panic when this is attempted: ``` panic: illegal base64 data at input byte 0 ```

enhancement

Code in readme is no longer valid but has great comments. Code in example folder is great but lacks the beginner friendly comments. Consider pointing readme to example file or...

Load failed,"strconv.ParseInt: parsing \"15.52\": invalid syntax" ``

bug
breaking

The method Map.TileGIDToTile is overkill when you need to perform basic checking for actual GID, HFlip, VFlip, etc. These should be separated out into utility methods, additionally the flip masks...

enhancement