From 3c9d37f786d07dcb01bbfb2237305ee6d9480126 Mon Sep 17 00:00:00 2001
From: Andrew Sliwinski <andrewsliwinski@acm.org>
Date: Thu, 12 Jul 2018 09:44:02 -0400
Subject: [PATCH] Various bugfixes to fashion assets

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

diff --git a/src/lib/libraries/costumes.json b/src/lib/libraries/costumes.json
index e2f829d77..ad3e2176c 100644
--- a/src/lib/libraries/costumes.json
+++ b/src/lib/libraries/costumes.json
@@ -1751,20 +1751,17 @@
     },
     {
         "name": "Cat2",
-        "md5": "3696356a03a8d938318876a593572843.svg",
+        "md5": "01ae57fd339529445cb890978ef8a054.svg",
         "type": "costume",
         "tags": [
-            "animals",
-            "cat",
-            "kitten",
             "kitty",
-            "mammal",
-            "orange",
-            "scratch cat"
+            "kitten",
+            "animals",
+            "mammal"
         ],
         "info": [
-            47,
-            55,
+            87,
+            39,
             1
         ]
     },
@@ -4817,7 +4814,7 @@
     },
     {
         "name": "Headband",
-        "md5": "961148d1605a1bd8ce80ed8d39e831c2.svg",
+        "md5": "237f77cb3e41c70f714c6d2aa4d38ea1.svg",
         "type": "costume",
         "tags": [
             "fashion",
@@ -8534,7 +8531,7 @@
     },
     {
         "name": "Skates",
-        "md5": "00e5e173400662875a26bb7d6556346a.svg",
+        "md5": "97936eccad5c8d86ea9008c5bbb50b63.svg",
         "type": "costume",
         "tags": [
             "fashion",
@@ -8542,8 +8539,8 @@
             "sports"
         ],
         "info": [
-            44,
-            -21,
+            39,
+            19,
             1
         ]
     },
diff --git a/src/lib/libraries/sprites.json b/src/lib/libraries/sprites.json
index ab5ebbe98..c4a7fbae3 100644
--- a/src/lib/libraries/sprites.json
+++ b/src/lib/libraries/sprites.json
@@ -7213,7 +7213,7 @@
     },
     {
         "name": "Headband",
-        "md5": "961148d1605a1bd8ce80ed8d39e831c2.svg",
+        "md5": "237f77cb3e41c70f714c6d2aa4d38ea1.svg",
         "type": "sprite",
         "tags": [
             "fashion",
@@ -7239,8 +7239,8 @@
             "costumes": [
                 {
                     "costumeName": "headband",
-                    "baseLayerID": -1,
-                    "baseLayerMD5": "961148d1605a1bd8ce80ed8d39e831c2.svg",
+                    "baseLayerID": 0,
+                    "baseLayerMD5": "237f77cb3e41c70f714c6d2aa4d38ea1.svg",
                     "bitmapResolution": 1,
                     "rotationCenterX": 53,
                     "rotationCenterY": 43
@@ -12732,7 +12732,7 @@
     },
     {
         "name": "Skates",
-        "md5": "00e5e173400662875a26bb7d6556346a.svg",
+        "md5": "97936eccad5c8d86ea9008c5bbb50b63.svg",
         "type": "sprite",
         "tags": [
             "fashion",
@@ -12760,10 +12760,10 @@
                 {
                     "costumeName": "skates",
                     "baseLayerID": -1,
-                    "baseLayerMD5": "00e5e173400662875a26bb7d6556346a.svg",
+                    "baseLayerMD5": "97936eccad5c8d86ea9008c5bbb50b63.svg",
                     "bitmapResolution": 1,
-                    "rotationCenterX": 44,
-                    "rotationCenterY": -21
+                    "rotationCenterX": 39,
+                    "rotationCenterY": 19
                 }
             ],
             "currentCostumeIndex": 0,
@@ -13626,7 +13626,7 @@
             "costumes": [
                 {
                     "costumeName": "taco-a",
-                    "baseLayerID": 0,
+                    "baseLayerID": -1,
                     "baseLayerMD5": "d4a2cea411c6030f017f25184562559d.svg",
                     "bitmapResolution": 1,
                     "rotationCenterX": 19,
-- 
GitLab