mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
Fixed CastleWater BGOs via the .json
Made two changes: 1) Removed day & night distinction, as separate day and night sprites don't exist (and probably shouldn't) 2) Fixed typo ("CastleWaterDecoLL" -> "CastleWaterLLDeco")
This commit is contained in:
@@ -158,16 +158,9 @@
|
|||||||
"SMBANN": { "source": "CastleDecoANN.png", "rect": [0.0, 0.0, 80.0, 32.0] }
|
"SMBANN": { "source": "CastleDecoANN.png", "rect": [0.0, 0.0, 80.0, 32.0] }
|
||||||
},
|
},
|
||||||
"CastleWater": {
|
"CastleWater": {
|
||||||
"Day": {
|
"SMB1": { "source": "CastleWaterDeco.png", "rect": [0.0, 0.0, 80.0, 32.0] },
|
||||||
"SMB1": { "source": "CastleWaterDeco.png", "rect": [0.0, 0.0, 80.0, 32.0] },
|
"SMBLL": { "source": "CastleWaterLLDeco.png", "rect": [0.0, 0.0, 80.0, 32.0] },
|
||||||
"SMBLL": { "source": "CastleWaterDecoLL.png", "rect": [0.0, 0.0, 80.0, 32.0] },
|
"SMBANN": { "source": "CastleWaterDecoANN.png", "rect": [0.0, 0.0, 80.0, 32.0] }
|
||||||
"SMBANN": { "source": "CastleWaterDecoANN.png", "rect": [0.0, 0.0, 80.0, 32.0] }
|
|
||||||
},
|
|
||||||
"Night": {
|
|
||||||
"SMB1": { "source": "CastleWaterDeco.png", "rect": [0.0, 32.0, 80.0, 32.0] },
|
|
||||||
"SMBLL": { "source": "CastleWaterDecoLL.png", "rect": [0.0, 32.0, 80.0, 32.0] },
|
|
||||||
"SMBANN": { "source": "CastleWaterDecoANN.png", "rect": [0.0, 32.0, 80.0, 32.0] }
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"Airship": {
|
"Airship": {
|
||||||
"SMB1": {
|
"SMB1": {
|
||||||
|
Reference in New Issue
Block a user