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": {
|
"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 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user