Skip to content

Commit 5c764f4

Browse files
committed
finite map
1 parent 6d6d3bd commit 5c764f4

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"go.formatTool": "goimports"
2+
"go.formatTool": "goimports",
3+
"githubPullRequests.ignoredPullRequestBranches": [
4+
"main"
5+
]
36
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Build Status](https://cloud.drone.io/api/badges/lafriks/go-tiled/status.svg?ref=refs/heads/master)](https://cloud.drone.io/lafriks/go-tiled)
55

66
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+
78
go-tiled supports orthogonal, finite maps only at the moment. Infinite maps are unavaliable for now.
89

910
## Installing

oryxBuildBinary

476 KB
Binary file not shown.

0 commit comments

Comments
 (0)