From f9017881e1119749455eb97d1f5407c5a7e92e21 Mon Sep 17 00:00:00 2001 From: Ramona Date: Wed, 22 Oct 2025 12:09:08 -0400 Subject: [PATCH] Fix Underground BG not animating (#644) * Flip death gravity when upside down * Improvements to code per Joe's request * Recenter resized window on launch * Fix Underground BG not animating --- Assets/Sprites/Backgrounds/Hills/Hill.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Sprites/Backgrounds/Hills/Hill.json b/Assets/Sprites/Backgrounds/Hills/Hill.json index b981ded7..5edbcd83 100644 --- a/Assets/Sprites/Backgrounds/Hills/Hill.json +++ b/Assets/Sprites/Backgrounds/Hills/Hill.json @@ -67,7 +67,7 @@ "Underground": { "SMB1": { "source": "Underground.png", - "animations": { + "animation_overrides": { "default": { "frames": [ [ @@ -90,7 +90,7 @@ }, "SMBLL": { "source": "UndergroundLL.png", - "animations": { + "animation_overrides": { "default": { "frames": [ [ @@ -334,4 +334,4 @@ } } } -} \ No newline at end of file +}