mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-23 07:58:09 +00:00
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:
@@ -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": [
|
||||
[
|
||||
|
Reference in New Issue
Block a user