diff --git a/.vscode/settings.json b/.vscode/settings.json index 642fe77..361ebd3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "go.formatTool": "goimports" + "go.formatTool": "goimports", + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] } diff --git a/README.md b/README.md index 6fa85e9..c65d5ba 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Go library to parse Tiled map editor file format (TMX) and render map to image. Currently supports only orthogonal rendering out-of-the-box. +go-tiled supports orthogonal, finite maps only at the moment. Infinite maps are unavaliable for now. + ## Installing ```sh diff --git a/assets/test_render_objects.png b/assets/test_render_objects.png new file mode 100644 index 0000000..5b83fe4 Binary files /dev/null and b/assets/test_render_objects.png differ diff --git a/oryxBuildBinary b/oryxBuildBinary new file mode 100644 index 0000000..b5bd7d5 Binary files /dev/null and b/oryxBuildBinary differ