Spaces:
Sleeping
Sleeping
Update blocks/sprites/cat/sprite.json
Browse files- blocks/sprites/cat/sprite.json +50 -49
blocks/sprites/cat/sprite.json
CHANGED
|
@@ -1,49 +1,50 @@
|
|
| 1 |
-
{
|
| 2 |
-
"isStage": false,
|
| 3 |
-
"name": "
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"isStage": false,
|
| 3 |
+
"name": "Cat",
|
| 4 |
+
"objName": "Cat",
|
| 5 |
+
"variables": {},
|
| 6 |
+
"lists": {},
|
| 7 |
+
"broadcasts": {},
|
| 8 |
+
"blocks": {},
|
| 9 |
+
"comments": {},
|
| 10 |
+
"currentCostume": 0,
|
| 11 |
+
"costumes": [
|
| 12 |
+
{
|
| 13 |
+
"name": "costume1",
|
| 14 |
+
"bitmapResolution": 1,
|
| 15 |
+
"dataFormat": "svg",
|
| 16 |
+
"assetId": "bcf454acf82e4504149f7ffe07081dbc",
|
| 17 |
+
"md5ext": "bcf454acf82e4504149f7ffe07081dbc.svg",
|
| 18 |
+
"rotationCenterX": 48,
|
| 19 |
+
"rotationCenterY": 50
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"name": "costume2",
|
| 23 |
+
"bitmapResolution": 1,
|
| 24 |
+
"dataFormat": "svg",
|
| 25 |
+
"assetId": "0fb9be3e8397c983338cb71dc84d0b25",
|
| 26 |
+
"md5ext": "0fb9be3e8397c983338cb71dc84d0b25.svg",
|
| 27 |
+
"rotationCenterX": 46,
|
| 28 |
+
"rotationCenterY": 53
|
| 29 |
+
}
|
| 30 |
+
],
|
| 31 |
+
"sounds": [
|
| 32 |
+
{
|
| 33 |
+
"name": "Meow",
|
| 34 |
+
"assetId": "83c36d806dc92327b9e7049a565c6bff",
|
| 35 |
+
"dataFormat": "wav",
|
| 36 |
+
"format": "",
|
| 37 |
+
"rate": 48000,
|
| 38 |
+
"sampleCount": 40681,
|
| 39 |
+
"md5ext": "83c36d806dc92327b9e7049a565c6bff.wav"
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"volume": 100,
|
| 43 |
+
"visible": true,
|
| 44 |
+
"x": 0,
|
| 45 |
+
"y": 0,
|
| 46 |
+
"size": 100,
|
| 47 |
+
"direction": 90,
|
| 48 |
+
"draggable": false,
|
| 49 |
+
"rotationStyle": "all around"
|
| 50 |
+
}
|