diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-07 12:56:48 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-07 12:56:48 -0500 |
commit | db4254513ef9fca49dfe4da00448a057813cf842 (patch) | |
tree | 0f6637936ebe370b5ba4f711bc133d14afa14762 /docs | |
parent | c6947682b050f4ed8c070a3ca021c7f10ec50009 (diff) | |
download | SMAPI-db4254513ef9fca49dfe4da00448a057813cf842.tar.gz SMAPI-db4254513ef9fca49dfe4da00448a057813cf842.tar.bz2 SMAPI-db4254513ef9fca49dfe4da00448a057813cf842.zip |
add support for flipped and rotated map tiles
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4a1bb96f..692480c4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes ## Upcoming release * For modders: + * Added support for flipped and rotated map tiles (in collaboration with Platonymous). * Added support for `.tmx` maps using zlib compression (thanks to Platonymous!). * For the web UI: |