From fe2466ff9b1142bde9c6d2598ded63ff44712d22 Mon Sep 17 00:00:00 2001 From: Blockyshoe <74366021+Blockyshoe@users.noreply.github.com> Date: Sat, 13 Sep 2025 22:32:01 -0400 Subject: [PATCH] Update Cannon.json Fixed Cannon color in Volcano Theme --- Assets/Sprites/Blocks/Cannon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Sprites/Blocks/Cannon.json b/Assets/Sprites/Blocks/Cannon.json index d6165ad..d51f59b 100644 --- a/Assets/Sprites/Blocks/Cannon.json +++ b/Assets/Sprites/Blocks/Cannon.json @@ -12,7 +12,7 @@ "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": [144, 32, 48, 16]}, + "Volcano": {"source": "Cannon.png", "rect": [0, 32, 48, 16]}, "Bonus": {"source": "Cannon.png", "rect": [0, 48, 48, 16]} } }