From 928323c8bf90941b6ba60a1295e50285ce7e2e92 Mon Sep 17 00:00:00 2001 From: amer <136869819+amer-241@users.noreply.github.com> Date: Sun, 14 Sep 2025 12:15:41 -0700 Subject: [PATCH] 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. --- Assets/Sprites/Blocks/Cannon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Sprites/Blocks/Cannon.json b/Assets/Sprites/Blocks/Cannon.json index d51f59b8..a34934b1 100644 --- a/Assets/Sprites/Blocks/Cannon.json +++ b/Assets/Sprites/Blocks/Cannon.json @@ -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]} } }