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

Better GID utilities

Open tmathews opened this issue 11 months ago • 0 comments

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 should be public constants for use in application code.

If I have time, I will do this.

tmathews avatar Jul 25 '23 01:07 tmathews