diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-01 12:33:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-01 12:33:09 -0400 |
commit | 99f70f963459912ce66f5a586eb4fc36e561b69d (patch) | |
tree | 984e083f68e9908019093b561750049b71d3aebe /docs | |
parent | 621b989c243a8aa1ff5c4928026f2cfe087f378d (diff) | |
download | SMAPI-99f70f963459912ce66f5a586eb4fc36e561b69d.tar.gz SMAPI-99f70f963459912ce66f5a586eb4fc36e561b69d.tar.bz2 SMAPI-99f70f963459912ce66f5a586eb4fc36e561b69d.zip |
match tilesheets without extension to .png files automatically if possible
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 b6b14f97..701471ee 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -21,6 +21,7 @@ * For modders: * Added asset propagation for `Data\Concessions`. * Added SMAPI version and bitness to the console title before startup to simplify troubleshooting. + * If a map loads a tilesheet path with no file extension, SMAPI now automatically links it to a `.png` version in the map folder if possible. * Improved error-handling during asset propagation. * Fixed `Context.IsMainPlayer` returning true for a farmhand in split-screen mode before the screen is initialized. * Fixed error when editing bundle data while a split-screen player is joining. |