From 443548389f38e920be66cb3656af1107cd62db65 Mon Sep 17 00:00:00 2001 From: amer <136869819+amer-241@users.noreply.github.com> Date: Sun, 14 Sep 2025 14:14:04 -0700 Subject: [PATCH] Fixed Space "Day" Mushroom BG not appearing in SMBLL LeBron James reportedly used two different spellings of BeachMushroomsNightLL.png --- Assets/Sprites/Backgrounds/SecondaryMushrooms/Mushrooms.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Sprites/Backgrounds/SecondaryMushrooms/Mushrooms.json b/Assets/Sprites/Backgrounds/SecondaryMushrooms/Mushrooms.json index 8c2b4eb..6a31d09 100644 --- a/Assets/Sprites/Backgrounds/SecondaryMushrooms/Mushrooms.json +++ b/Assets/Sprites/Backgrounds/SecondaryMushrooms/Mushrooms.json @@ -102,7 +102,7 @@ }, "SMBLL": { "Day": { - "source": "BeachMushroomsLLNight.png" + "source": "BeachMushroomsNightLL.png" }, "Night": { "source": "BeachMushroomsNightLL.png" @@ -143,4 +143,4 @@ "link": "Underwater" } } -} \ No newline at end of file +}