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:
amer
2025-09-14 12:15:41 -07:00
committed by GitHub
parent b1a5a14984
commit 928323c8bf

View File

@@ -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]}
}
}