From 468209d0a7b2d6ca592151beaee45f2aca823af0 Mon Sep 17 00:00:00 2001 From: nolemretaW Date: Sun, 21 Apr 2024 00:54:52 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 160aeaf..7afd247 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ TiledCSPlus is an extended, and up to date fork of [TiledCS](https://github.com/TheBoneJarmer/TiledCS), a .NET library for loading Tiled maps and tilesets. Currently supports only uncompressed Base64 encoded .TMX maps and .TSX tilesets. ## Planned features -* ~~Support for Tiled 1.9 and 1.10 features.~~ Fully supported! +* Support for Tiled 1.9 and 1.10 features. * ~~Embedded tilesets~~ Done! * ~~Better layer arrangement (layers will be arranged in order from top to bottom, instead of current tile layers, then object layers, and image layers at the end)~~ Also done! -* Support for more formats +* Support for more formats. +* Support for terrains. ## Installation ### NuGet