From dfa4bbaa395cbcd3bc99d88b6d6066409ef1b013 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 3 May 2017 11:58:33 -0400 Subject: adopt pufferchick as SMAPI icon --- release-notes.md | 1 + src/StardewModdingAPI/icon.ico | Bin 4286 -> 15086 bytes 2 files changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 5d646276..362b35e8 100644 --- a/release-notes.md +++ b/release-notes.md @@ -17,6 +17,7 @@ For players: * SMAPI now recovers the game from mod draw errors to prevent a game crash. * The installer now lets you choose the install path if you have multiple copies of the game, instead of using the first path found. * Fixed an issue where mods on Linux/Mac stopped working after the game saves. +* Adopted pufferchick. For mod developers: * Unknown mod manifest fields are now stored in `IManifest::ExtraFields`. diff --git a/src/StardewModdingAPI/icon.ico b/src/StardewModdingAPI/icon.ico index 2985c5cd..587a6e74 100644 Binary files a/src/StardewModdingAPI/icon.ico and b/src/StardewModdingAPI/icon.ico differ -- cgit