From ca38789e3f8a0a9b54d8b73961e8a48d7aa747e4 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum <eric.rosenbaum@gmail.com> Date: Thu, 30 Jan 2020 12:34:15 -0500 Subject: [PATCH] Fix asset names and tags, remove duplicates --- src/lib/libraries/costumes.json | 68 ++++++++++++++++++++------------- src/lib/libraries/sounds.json | 42 +++++++------------- src/lib/libraries/sprites.json | 16 ++------ 3 files changed, 57 insertions(+), 69 deletions(-) diff --git a/src/lib/libraries/costumes.json b/src/lib/libraries/costumes.json index 5db667fa9..2caf96c4a 100644 --- a/src/lib/libraries/costumes.json +++ b/src/lib/libraries/costumes.json @@ -1918,8 +1918,7 @@ "fantasy", "people", "ipzy", - "emotions", - "zach galifianakis" + "emotions" ], "info": [ 110, @@ -1935,8 +1934,7 @@ "fantasy", "people", "ipzy", - "emotions", - "zach galifianakis" + "emotions" ], "info": [ 110, @@ -1952,8 +1950,7 @@ "fantasy", "people", "ipzy", - "emotions", - "zach galifianakis" + "emotions" ], "info": [ 110, @@ -1969,8 +1966,7 @@ "fantasy", "people", "ipzy", - "emotions", - "zach galifianakis" + "emotions" ], "info": [ 110, @@ -3007,17 +3003,6 @@ 2 ] }, - { - "name": "Dm Top R Leg2", - "md5": "fcb8c2b6cf9b7e6ce9df521b2486deb3.png", - "type": "costume", - "tags": [], - "info": [ - 436, - 464, - 2 - ] - }, { "name": "Dm Top Stand", "md5": "a22da98e5e63de7b2883355afd0184f0.png", @@ -6815,7 +6800,9 @@ "name": "Marian-a", "md5": "e9577a1eb098905dd386135bb38c0398.png", "type": "costume", - "tags": [], + "tags": [ + "people" + ], "info": [ 217, 452, @@ -6826,7 +6813,9 @@ "name": "Marian-b", "md5": "3d2ecee35eab8c37d1c3eadfe50ce447.png", "type": "costume", - "tags": [], + "tags": [ + "people" + ], "info": [ 217, 452, @@ -6837,7 +6826,9 @@ "name": "Marian-c", "md5": "221e9999b20ecc21b37c68fcdf09ab02.png", "type": "costume", - "tags": [], + "tags": [ + "people" + ], "info": [ 141, 452, @@ -6848,7 +6839,9 @@ "name": "Marian-d", "md5": "64206b46c411e40926569cf3f5e587be.png", "type": "costume", - "tags": [], + "tags": [ + "people" + ], "info": [ 278, 438, @@ -6859,7 +6852,9 @@ "name": "Marian-e", "md5": "16893c6136292ae36e13dc72cc55719b.png", "type": "costume", - "tags": [], + "tags": [ + "people" + ], "info": [ 139, 423, @@ -10489,7 +10484,14 @@ "name": "Watermelon-a", "md5": "21d1340478e32a942914a7afd12b9f1a.svg", "type": "costume", - "tags": [], + "tags": [ + "food", + "fruit", + "summer", + "seeds", + "seedless", + "plants" + ], "info": [ 40, 27, @@ -10500,7 +10502,13 @@ "name": "Watermelon-b", "md5": "1ed1c8b78eae2ee7422074d7f883031d.svg", "type": "costume", - "tags": [], + "tags": [ + "food", + "fruit", + "summer", + "seeds", + "plants" + ], "info": [ 23, 28, @@ -10511,7 +10519,13 @@ "name": "Watermelon-c", "md5": "677738282686d2dcce35d731c3ddc043.svg", "type": "costume", - "tags": [], + "tags": [ + "food", + "fruit", + "summer", + "seeds", + "plants" + ], "info": [ 21, 16, diff --git a/src/lib/libraries/sounds.json b/src/lib/libraries/sounds.json index 1dec452c8..79d153bdb 100644 --- a/src/lib/libraries/sounds.json +++ b/src/lib/libraries/sounds.json @@ -819,7 +819,10 @@ "sampleCount": 11648, "rate": 44100, "format": "", - "tags": [] + "tags": [ + "effects", + "human" + ] }, { "name": "Chord", @@ -939,22 +942,6 @@ "electronic" ] }, - { - "name": "Computer Beeps1", - "md5": "1da43f6d52d0615da8a250e28100a80d.wav", - "sampleCount": 76800, - "rate": 44100, - "format": "", - "tags": [] - }, - { - "name": "Computer Beeps2", - "md5": "28c76b6bebd04be1383fe9ba4933d263.wav", - "sampleCount": 38144, - "rate": 44100, - "format": "", - "tags": [] - }, { "name": "Connect", "md5": "9aad12085708ccd279297d4bea9c5ae0.wav", @@ -1265,14 +1252,6 @@ "electronic" ] }, - { - "name": "Dance Celebrate2", - "md5": "0edb8fb88af19e6e17d0f8cf64c1d136.wav", - "sampleCount": 176785, - "rate": 22050, - "format": "adpcm", - "tags": [] - }, { "name": "Dance Chill Out", "md5": "b235da45581b1f212c9e9cce70d2a2dc.wav", @@ -2287,7 +2266,10 @@ "sampleCount": 4928, "rate": 44100, "format": "", - "tags": [] + "tags": [ + "human", + "percussion" + ] }, { "name": "Head Shake", @@ -3854,11 +3836,13 @@ }, { "name": "Water Drop", - "md5": "aa488de9e2c871e9d4faecd246ed737a.wav", - "sampleCount": 8129, + "md5": "e133e625fd367d269e76964d4b722fc2.wav", + "sampleCount": 15241, "rate": 22050, "format": "adpcm", - "tags": [] + "tags": [ + "effects" + ] }, { "name": "Whinny", diff --git a/src/lib/libraries/sprites.json b/src/lib/libraries/sprites.json index d84b18b7f..e6b435aa7 100644 --- a/src/lib/libraries/sprites.json +++ b/src/lib/libraries/sprites.json @@ -3354,8 +3354,7 @@ "fantasy", "people", "ipzy", - "emotions", - "zach galifianakis" + "emotions" ], "info": [ 0, @@ -4204,7 +4203,7 @@ ], "info": [ 0, - 13, + 12, 1 ], "json": { @@ -4324,15 +4323,6 @@ "dataFormat": "png", "rotationCenterX": 80, "rotationCenterY": 240 - }, - { - "assetId": "fcb8c2b6cf9b7e6ce9df521b2486deb3", - "name": "dm top R leg2", - "bitmapResolution": 2, - "md5ext": "fcb8c2b6cf9b7e6ce9df521b2486deb3.png", - "dataFormat": "png", - "rotationCenterX": 218, - "rotationCenterY": 232 } ], "sounds": [ @@ -11118,7 +11108,7 @@ "sounds": [ { "assetId": "0edb8fb88af19e6e17d0f8cf64c1d136", - "name": "dance celebrate2", + "name": "dance celebrate", "dataFormat": "wav", "format": "adpcm", "rate": 22050, -- GitLab