From e6b9e09dc30c9e2b15298199ee8c72726a8a9816 Mon Sep 17 00:00:00 2001
From: Eric Rosenbaum <eric.rosenbaum@gmail.com>
Date: Thu, 6 Dec 2018 14:29:07 -0500
Subject: [PATCH] Update cat in libraries

---
 src/lib/libraries/costumes.json | 12 ++++++------
 src/lib/libraries/sprites.json  | 16 ++++++++--------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/lib/libraries/costumes.json b/src/lib/libraries/costumes.json
index 95bab89bb..da2c2306f 100644
--- a/src/lib/libraries/costumes.json
+++ b/src/lib/libraries/costumes.json
@@ -1837,7 +1837,7 @@
     },
     {
         "name": "Cat-a",
-        "md5": "09dc888b0b7df19f70d81588ae73420e.svg",
+        "md5": "b7853f557e4426412e64bb3da6531a99.svg",
         "type": "costume",
         "tags": [
             "animals",
@@ -1849,14 +1849,14 @@
             "scratch cat"
         ],
         "info": [
-            47,
-            55,
+            48,
+            50,
             1
         ]
     },
     {
         "name": "Cat-b",
-        "md5": "3696356a03a8d938318876a593572843.svg",
+        "md5": "e6ddc55a6ddd9cc9d84fe0b4c21e016f.svg",
         "type": "costume",
         "tags": [
             "animals",
@@ -1868,8 +1868,8 @@
             "scratch cat"
         ],
         "info": [
-            47,
-            55,
+            46,
+            53,
             1
         ]
     },
diff --git a/src/lib/libraries/sprites.json b/src/lib/libraries/sprites.json
index 3b9596b7a..4d7df48e8 100644
--- a/src/lib/libraries/sprites.json
+++ b/src/lib/libraries/sprites.json
@@ -2465,23 +2465,23 @@
                 {
                     "costumeName": "cat-a",
                     "baseLayerID": -1,
-                    "baseLayerMD5": "09dc888b0b7df19f70d81588ae73420e.svg",
+                    "baseLayerMD5": "b7853f557e4426412e64bb3da6531a99.svg",
                     "bitmapResolution": 1,
-                    "rotationCenterX": 47,
-                    "rotationCenterY": 55
+                    "rotationCenterX": 48,
+                    "rotationCenterY": 50
                 },
                 {
                     "costumeName": "cat-b",
                     "baseLayerID": -1,
-                    "baseLayerMD5": "3696356a03a8d938318876a593572843.svg",
+                    "baseLayerMD5": "e6ddc55a6ddd9cc9d84fe0b4c21e016f.svg",
                     "bitmapResolution": 1,
-                    "rotationCenterX": 47,
-                    "rotationCenterY": 55
+                    "rotationCenterX": 46,
+                    "rotationCenterY": 53
                 }
             ],
             "currentCostumeIndex": 0,
-            "scratchX": 0,
-            "scratchY": 0,
+            "scratchX": 24,
+            "scratchY": 16,
             "scale": 1,
             "direction": 90,
             "rotationStyle": "normal",
-- 
GitLab