Skip to content

Commit 8b07563

Browse files
committed
add "Cool Torchy" sprite
1 parent 7ca47e2 commit 8b07563

3 files changed

Lines changed: 85 additions & 4 deletions

File tree

src/lib/default-project/project-data.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ const projectData = translateFunction => {
6060
currentCostume: 0,
6161
costumes: [
6262
{
63-
assetId: '927d672925e7b99f7813735c484c6922',
63+
assetId: '3ffb86585ebbb654fbc092ea9b0a41b3',
6464
name: translator(messages.costume, {index: 1}),
6565
bitmapResolution: 1,
66-
md5ext: '927d672925e7b99f7813735c484c6922.svg',
66+
md5ext: '3ffb86585ebbb654fbc092ea9b0a41b3.svg',
6767
dataFormat: 'svg',
6868
rotationCenterX: 30.74937882782359,
6969
rotationCenterY: 58.864768144346826
7070
},
7171
{
72-
assetId: 'f1b8a0c2e3e4f5a6b7c8d9e0f1a2b3c4',
72+
assetId: '2e11410044fca296f1623ae28a7abff4',
7373
name: translator(messages.costume, {index: 2}),
7474
bitmapResolution: 1,
75-
md5ext: 'f1b8a0c2e3e4f5a6b7c8d9e0f1a2b3c4.svg',
75+
md5ext: '2e11410044fca296f1623ae28a7abff4.svg',
7676
dataFormat: 'svg',
7777
rotationCenterX: 30.74937882782359,
7878
rotationCenterY: 58.864768144346826

src/lib/libraries/costumes.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9902,6 +9902,46 @@
99029902
"rotationCenterX": 30,
99039903
"rotationCenterY": 30
99049904
},
9905+
{
9906+
"name": "Torchy-a",
9907+
"tags": [
9908+
"torchy",
9909+
"fire"
9910+
],
9911+
"assetId": "3ffb86585ebbb654fbc092ea9b0a41b3",
9912+
"bitmapResolution": 1,
9913+
"dataFormat": "svg",
9914+
"md5ext": "3ffb86585ebbb654fbc092ea9b0a41b3.svg",
9915+
"rotationCenterX": 30.74937882782359,
9916+
"rotationCenterY": 58.864768144346826
9917+
},
9918+
{
9919+
"name": "Torchy-b",
9920+
"tags": [
9921+
"torchy",
9922+
"fire"
9923+
],
9924+
"assetId": "2e11410044fca296f1623ae28a7abff4",
9925+
"bitmapResolution": 1,
9926+
"dataFormat": "svg",
9927+
"md5ext": "2e11410044fca296f1623ae28a7abff4.svg",
9928+
"rotationCenterX": 30.74937882782359,
9929+
"rotationCenterY": 58.864768144346826
9930+
},
9931+
{
9932+
"name": "Cool-Torchy",
9933+
"tags": [
9934+
"cool",
9935+
"torchy",
9936+
"fire"
9937+
],
9938+
"assetId": "5299500a0f09a347bbff1999324eb2a3",
9939+
"bitmapResolution": 1,
9940+
"dataFormat": "svg",
9941+
"md5ext": "5299500a0f09a347bbff1999324eb2a3.svg",
9942+
"rotationCenterX": 51.889722070327366,
9943+
"rotationCenterY": 61.2154
9944+
},
99059945
{
99069946
"name": "Toucan-a",
99079947
"tags": [

src/lib/libraries/sprites.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12493,6 +12493,47 @@
1249312493
],
1249412494
"blocks": {}
1249512495
},
12496+
{
12497+
"name": "Torchy",
12498+
"tags": [
12499+
"torchy",
12500+
"fire"
12501+
],
12502+
"isStage": false,
12503+
"variables": {},
12504+
"costumes": [
12505+
{
12506+
"name": "Torchy-a",
12507+
"assetId": "3ffb86585ebbb654fbc092ea9b0a41b3",
12508+
"bitmapResolution": 1,
12509+
"dataFormat": "svg",
12510+
"md5ext": "3ffb86585ebbb654fbc092ea9b0a41b3.svg",
12511+
"rotationCenterX": 30.74937882782359,
12512+
"rotationCenterY": 58.864768144346826
12513+
},
12514+
{
12515+
"name": "Torchy-b",
12516+
"assetId": "2e11410044fca296f1623ae28a7abff4",
12517+
"bitmapResolution": 1,
12518+
"dataFormat": "svg",
12519+
"md5ext": "2e11410044fca296f1623ae28a7abff4.svg",
12520+
"rotationCenterX": 30.74937882782359,
12521+
"rotationCenterY": 58.864768144346826
12522+
},
12523+
{
12524+
"name": "Cool-Torchy",
12525+
"assetId": "5299500a0f09a347bbff1999324eb2a3",
12526+
"bitmapResolution": 1,
12527+
"dataFormat": "svg",
12528+
"md5ext": "5299500a0f09a347bbff1999324eb2a3.svg",
12529+
"rotationCenterX": 51.889722070327366,
12530+
"rotationCenterY": 61.2154
12531+
}
12532+
],
12533+
"sounds": [
12534+
],
12535+
"blocks": {}
12536+
},
1249612537
{
1249712538
"name": "Toucan",
1249812539
"tags": [

0 commit comments

Comments
 (0)