mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00

In the old .json file, Volcano and Space were swapped. Someone attempted to fix the Volcano palette by making it the Autumn palette while keeping the Space palette the same, which is also incorrect. This error has been corrected.
19 lines
899 B
JSON
19 lines
899 B
JSON
{
|
|
"variations": {
|
|
"default": {"source": "Cannon.png", "rect": [0, 0, 48, 16]},
|
|
"Underground": {"source": "Cannon.png", "rect": [48, 0, 48, 16]},
|
|
"GhostHouse": {"link": "Underground"},
|
|
"Castle": {"source": "Cannon.png", "rect": [96, 0, 48, 16]},
|
|
"Underwater": {"source": "Cannon.png", "rect": [144, 0, 48, 16]},
|
|
"Desert": {"source": "Cannon.png", "rect": [0, 16, 48, 16]},
|
|
"Jungle": {"source": "Cannon.png", "rect": [48, 16, 48, 16]},
|
|
"Snow": {"source": "Cannon.png", "rect": [96, 16, 48, 16]},
|
|
"Volcano": {"source": "Cannon.png", "rect": [144, 16, 48, 16]},
|
|
"Autumn": {"source": "Cannon.png", "rect": [0, 32, 48, 16]},
|
|
"Beach": {"source": "Cannon.png", "rect": [48, 32, 48, 16]},
|
|
"Mountain": {"source": "Cannon.png", "rect": [96, 32, 48, 16]},
|
|
"Space": {"source": "Cannon.png", "rect": [144, 32, 48, 16]},
|
|
"Bonus": {"source": "Cannon.png", "rect": [0, 48, 48, 16]}
|
|
}
|
|
}
|