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
This commit is contained in:
Ramona
2025-10-22 12:09:08 -04:00
committed by GitHub
parent d372ff4840
commit f9017881e1

View File

@@ -67,7 +67,7 @@
"Underground": { "Underground": {
"SMB1": { "SMB1": {
"source": "Underground.png", "source": "Underground.png",
"animations": { "animation_overrides": {
"default": { "default": {
"frames": [ "frames": [
[ [
@@ -90,7 +90,7 @@
}, },
"SMBLL": { "SMBLL": {
"source": "UndergroundLL.png", "source": "UndergroundLL.png",
"animations": { "animation_overrides": {
"default": { "default": {
"frames": [ "frames": [
[ [
@@ -334,4 +334,4 @@
} }
} }
} }
} }