diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-09-25 00:58:46 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-09-25 00:58:46 -0400 |
commit | b9844c4acd93411c2a7d21bd115cb4fee1791d76 (patch) | |
tree | 7e25e04a7e57e740ddd4fa726b58e5832d7bec29 /docs | |
parent | 99e4a4a1ccf5dcbe0e4b1af7591e229a0eeae447 (diff) | |
download | SMAPI-b9844c4acd93411c2a7d21bd115cb4fee1791d76.tar.gz SMAPI-b9844c4acd93411c2a7d21bd115cb4fee1791d76.tar.bz2 SMAPI-b9844c4acd93411c2a7d21bd115cb4fee1791d76.zip |
add support for semi-transparency when overlaying images
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 6360f3e7..3fea347e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -19,6 +19,7 @@ * For modders: * Added [data API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Data). + * Added support for overlaying images with semi-transparency using `asset.AsImage().PatchImage`. * Added `IContentPack.WriteJsonFile` method. * Added IntelliSense documentation when not using the 'for developers' version of SMAPI. * Mods are no longer prevented from loading a PNG while the game is drawing. |