diff --git a/README.md b/README.md index 6fa85e9..7809782 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build Status](https://cloud.drone.io/api/badges/lafriks/go-tiled/status.svg?ref=refs/heads/master)](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. +go-tiled supports orthogonal, finite maps only at the moment. Infinite maps are unavaliable for now. ## Installing 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