diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-25 01:28:15 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-11-28 00:01:51 -0500 |
commit | fe675540b5c3a48764e70c596132a3ed65a790fb (patch) | |
tree | cdba9c10e344a03b0768c0a91d309f4ff4224fac /docs | |
parent | cb378a1c558dc2c5de9f2ab1ae9ba38b17d2ac7c (diff) | |
download | SMAPI-fe675540b5c3a48764e70c596132a3ed65a790fb.tar.gz SMAPI-fe675540b5c3a48764e70c596132a3ed65a790fb.tar.bz2 SMAPI-fe675540b5c3a48764e70c596132a3ed65a790fb.zip |
add map overlay patches
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 f8c1b495..69eab3ec 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ * For mod authors: * Migrated to 64-bit MonoGame and .NET 5 on all platforms (see [migration guide for mod authors](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.5.5)). + * Added support for [map overlays via `asset.AsMap().PatchMap`](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Content#Edit_a_map). **Update note for players with older systems:** The game now has two branches: the _main branch_ which you'll get by default, and an optional |