From 863276e75d3c13cb7e794024e236d332da21f0a0 Mon Sep 17 00:00:00 2001
From: Eric Rosenbaum <eric.rosenbaum@gmail.com>
Date: Wed, 5 Feb 2020 09:44:12 -0500
Subject: [PATCH] Ballerina costume fixes

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

diff --git a/src/lib/libraries/costumes.json b/src/lib/libraries/costumes.json
index 2caf96c4a..280778fa0 100644
--- a/src/lib/libraries/costumes.json
+++ b/src/lib/libraries/costumes.json
@@ -594,40 +594,40 @@
     },
     {
         "name": "Ballerina-b",
-        "md5": "7d52bc58acf7d29a4807ab8270d9c262.svg",
+        "md5": "605ad62c87a35fb50271ed93b89d9fcf.svg",
         "type": "costume",
         "tags": [
             "dance"
         ],
         "info": [
-            75,
-            75,
+            29,
+            23,
             1
         ]
     },
     {
         "name": "Ballerina-c",
-        "md5": "2b6c5d8c5193f8c78c8b7e929a6128a4.svg",
+        "md5": "4acedfe3b301fe89729ad8e7939f1df6.svg",
         "type": "costume",
         "tags": [
             "dance"
         ],
         "info": [
-            75,
-            75,
+            59,
+            59,
             1
         ]
     },
     {
         "name": "Ballerina-d",
-        "md5": "79d1a9ee514fa4b952eddf9f4990eca8.svg",
+        "md5": "ec51725c50440636d4830ff1a8ec20ab.svg",
         "type": "costume",
         "tags": [
             "dance"
         ],
         "info": [
-            75,
-            75,
+            36,
+            77,
             1
         ]
     },
diff --git a/src/lib/libraries/sprites.json b/src/lib/libraries/sprites.json
index e6b435aa7..6b751328c 100644
--- a/src/lib/libraries/sprites.json
+++ b/src/lib/libraries/sprites.json
@@ -847,7 +847,7 @@
             "broadcasts": {},
             "blocks": {},
             "comments": {},
-            "currentCostume": 3,
+            "currentCostume": 0,
             "costumes": [
                 {
                     "assetId": "3525966db57e6b3fe88ee7c76c9d81bc",
@@ -859,31 +859,31 @@
                     "rotationCenterY": 75
                 },
                 {
-                    "assetId": "7d52bc58acf7d29a4807ab8270d9c262",
+                    "assetId": "605ad62c87a35fb50271ed93b89d9fcf",
                     "name": "ballerina-b",
                     "bitmapResolution": 1,
-                    "md5ext": "7d52bc58acf7d29a4807ab8270d9c262.svg",
+                    "md5ext": "605ad62c87a35fb50271ed93b89d9fcf.svg",
                     "dataFormat": "svg",
-                    "rotationCenterX": 75,
-                    "rotationCenterY": 75
+                    "rotationCenterX": 29.496243552524447,
+                    "rotationCenterY": 23.769347672058046
                 },
                 {
-                    "assetId": "2b6c5d8c5193f8c78c8b7e929a6128a4",
+                    "assetId": "4acedfe3b301fe89729ad8e7939f1df6",
                     "name": "ballerina-c",
                     "bitmapResolution": 1,
-                    "md5ext": "2b6c5d8c5193f8c78c8b7e929a6128a4.svg",
+                    "md5ext": "4acedfe3b301fe89729ad8e7939f1df6.svg",
                     "dataFormat": "svg",
-                    "rotationCenterX": 75,
-                    "rotationCenterY": 75
+                    "rotationCenterX": 59.50259204017422,
+                    "rotationCenterY": 59.18498926037006
                 },
                 {
-                    "assetId": "79d1a9ee514fa4b952eddf9f4990eca8",
+                    "assetId": "ec51725c50440636d4830ff1a8ec20ab",
                     "name": "ballerina-d",
                     "bitmapResolution": 1,
-                    "md5ext": "79d1a9ee514fa4b952eddf9f4990eca8.svg",
+                    "md5ext": "ec51725c50440636d4830ff1a8ec20ab.svg",
                     "dataFormat": "svg",
-                    "rotationCenterX": 75,
-                    "rotationCenterY": 75
+                    "rotationCenterX": 36.40098960393442,
+                    "rotationCenterY": 77.9515998142805
                 }
             ],
             "sounds": [
-- 
GitLab