mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-21 23:18:11 +00:00
Fixed Cannon.json for real this time
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.
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
"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]},
|
||||
"Space": {"source": "Cannon.png", "rect": [144, 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]},
|
||||
"Volcano": {"source": "Cannon.png", "rect": [0, 32, 48, 16]},
|
||||
"Space": {"source": "Cannon.png", "rect": [144, 32, 48, 16]},
|
||||
"Bonus": {"source": "Cannon.png", "rect": [0, 48, 48, 16]}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user