Skip to content

Commit 6c9657e

Browse files
authored
Merge pull request scratchfoundation#5172 from fsih/fixAndroidAssets
Fix assets that aren't working correctly in Android libraries
2 parents e3b2ab2 + a2bc04e commit 6c9657e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/lib/libraries/backdrops.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"name": "Basketball 1",
55-
"md5": "e494c4f44897d94e0541f7036a302449.svg",
55+
"md5": "dc60785adb25ef4c700e3874d7d0100c.svg",
5656
"type": "backdrop",
5757
"tags": [
5858
"sports",

src/lib/libraries/costumes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,7 +2563,7 @@
25632563
},
25642564
{
25652565
"name": "Dinosaur1-c",
2566-
"md5": "a2bb28d5ba55ba997bec63772437cecf.svg",
2566+
"md5": "78f7e20f0e187fdca81195e4cc134175.svg",
25672567
"type": "costume",
25682568
"tags": [
25692569
"animals",
@@ -10493,7 +10493,7 @@
1049310493
},
1049410494
{
1049510495
"name": "Watermelon-a",
10496-
"md5": "26fecef75cf3b6e0d98bff5c06475036.svg",
10496+
"md5": "21d1340478e32a942914a7afd12b9f1a.svg",
1049710497
"type": "costume",
1049810498
"tags": [
1049910499
"food",
@@ -10511,7 +10511,7 @@
1051110511
},
1051210512
{
1051310513
"name": "Watermelon-b",
10514-
"md5": "fbdaf4d1d349edd3ddf3a1c4528aa9ec.svg",
10514+
"md5": "1ed1c8b78eae2ee7422074d7f883031d.svg",
1051510515
"type": "costume",
1051610516
"tags": [
1051710517
"food",
@@ -10528,7 +10528,7 @@
1052810528
},
1052910529
{
1053010530
"name": "Watermelon-c",
10531-
"md5": "5976c10412306fc093c1d1930fa05119.svg",
10531+
"md5": "677738282686d2dcce35d731c3ddc043.svg",
1053210532
"type": "costume",
1053310533
"tags": [
1053410534
"food",

src/lib/libraries/sprites.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3845,7 +3845,7 @@
38453845
{
38463846
"costumeName": "dinosaur1-c",
38473847
"baseLayerID": -1,
3848-
"baseLayerMD5": "a2bb28d5ba55ba997bec63772437cecf.svg",
3848+
"baseLayerMD5": "78f7e20f0e187fdca81195e4cc134175.svg",
38493849
"bitmapResolution": 1,
38503850
"rotationCenterX": 81,
38513851
"rotationCenterY": 91
@@ -15612,7 +15612,7 @@
1561215612
},
1561315613
{
1561415614
"name": "Watermelon",
15615-
"md5": "26fecef75cf3b6e0d98bff5c06475036.svg",
15615+
"md5": "21d1340478e32a942914a7afd12b9f1a.svg",
1561615616
"type": "sprite",
1561715617
"tags": [
1561815618
"food",
@@ -15643,23 +15643,23 @@
1564315643
{
1564415644
"costumeName": "watermelon-a",
1564515645
"baseLayerID": -1,
15646-
"baseLayerMD5": "26fecef75cf3b6e0d98bff5c06475036.svg",
15646+
"baseLayerMD5": "21d1340478e32a942914a7afd12b9f1a.svg",
1564715647
"bitmapResolution": 1,
1564815648
"rotationCenterX": 40,
1564915649
"rotationCenterY": 27
1565015650
},
1565115651
{
1565215652
"costumeName": "watermelon-b",
1565315653
"baseLayerID": -1,
15654-
"baseLayerMD5": "fbdaf4d1d349edd3ddf3a1c4528aa9ec.svg",
15654+
"baseLayerMD5": "1ed1c8b78eae2ee7422074d7f883031d.svg",
1565515655
"bitmapResolution": 1,
1565615656
"rotationCenterX": 22,
1565715657
"rotationCenterY": 27
1565815658
},
1565915659
{
1566015660
"costumeName": "watermelon-c",
1566115661
"baseLayerID": -1,
15662-
"baseLayerMD5": "5976c10412306fc093c1d1930fa05119.svg",
15662+
"baseLayerMD5": "677738282686d2dcce35d731c3ddc043.svg",
1566315663
"bitmapResolution": 1,
1566415664
"rotationCenterX": 21,
1566515665
"rotationCenterY": 15

0 commit comments

Comments
 (0)