We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6d3bd commit 5c764f4Copy full SHA for 5c764f4
.vscode/settings.json
@@ -1,3 +1,6 @@
1
{
2
- "go.formatTool": "goimports"
+ "go.formatTool": "goimports",
3
+ "githubPullRequests.ignoredPullRequestBranches": [
4
+ "main"
5
+ ]
6
}
README.md
@@ -4,6 +4,7 @@
[](https://cloud.drone.io/lafriks/go-tiled)
Go library to parse Tiled map editor file format (TMX) and render map to image. Currently supports only orthogonal rendering out-of-the-box.
7
+
8
go-tiled supports orthogonal, finite maps only at the moment. Infinite maps are unavaliable for now.
9
10
## Installing
oryxBuildBinary
476 KB
0 commit comments