Skip to content

Commit 89e6e41

Browse files
committed
add wave 2 of costumes & sounds
1 parent 7221449 commit 89e6e41

File tree

6 files changed

+647
-7
lines changed

6 files changed

+647
-7
lines changed

src/components/library-item/library-item.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,28 @@
3434
padding: 0.25rem;
3535
padding-bottom: 0;
3636
}
37-
.library-item-new {
37+
.library-item-sound.library-item-new {
38+
/*
39+
we have to use hue-rotate,
40+
since the waveforms have their color baked in by design
41+
& the play button styling would be annoying
42+
*/
3843
filter: hue-rotate(60deg);
3944
}
4045
.library-item-new-badge {
4146
border-radius: 1024px;
4247
color: white;
4348
font-size: 10px;
4449
font-weight: bold;
45-
background-color: $sound-primary;
50+
background-color: #EB6566;
4651
padding: 1px 5px;
4752
position: absolute;
4853
left: -8px;
4954
top: -8px;
5055
}
56+
.library-item-sound .library-item-new-badge {
57+
background-color: $sound-primary;
58+
}
5159

5260
.library-item-extension {
5361
align-self: stretch;
@@ -60,6 +68,12 @@
6068
.library-item-sound:hover {
6169
border-color: $sound-primary;
6270
}
71+
.library-item-new:hover {
72+
border-color: #EB6566;
73+
}
74+
.library-item-new.library-item-sound:hover {
75+
border-color: $sound-primary;
76+
}
6377

6478
.library-item-favorite {
6579
background: transparent;

src/lib/libraries/backdrops.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@
100100
"rotationCenterX": 480,
101101
"rotationCenterY": 360
102102
},
103+
{
104+
"name": "Beachy Sky",
105+
"tags": [
106+
"outdoors"
107+
],
108+
"bitmapResolution": 2,
109+
"dataFormat": "png",
110+
"rotationCenterX": 480,
111+
"rotationCenterY": 360,
112+
"fromPenguinModLibrary": true,
113+
"libraryFilePage": "images/user/backdrops/Beachy_sky.png"
114+
},
103115
{
104116
"name": "Bedroom 1",
105117
"tags": [

src/lib/libraries/costumes.json

Lines changed: 270 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,36 @@
693693
"rotationCenterX": 39,
694694
"rotationCenterY": 38
695695
},
696+
{
697+
"name": "Base-a",
698+
"tags": [
699+
"character",
700+
"template",
701+
"person",
702+
"new"
703+
],
704+
"bitmapResolution": 1,
705+
"dataFormat": "svg",
706+
"rotationCenterX": 0,
707+
"rotationCenterY": 0,
708+
"fromPenguinModLibrary": true,
709+
"libraryFilePage": "images/user/Base-a.svg"
710+
},
711+
{
712+
"name": "Base-b",
713+
"tags": [
714+
"character",
715+
"template",
716+
"person",
717+
"new"
718+
],
719+
"bitmapResolution": 1,
720+
"dataFormat": "svg",
721+
"rotationCenterX": 0,
722+
"rotationCenterY": 0,
723+
"fromPenguinModLibrary": true,
724+
"libraryFilePage": "images/user/Base-b.svg"
725+
},
696726
{
697727
"name": "Baseball",
698728
"tags": [
@@ -1789,6 +1819,34 @@
17891819
"rotationCenterX": 94,
17901820
"rotationCenterY": 180
17911821
},
1822+
{
1823+
"name": "Cat1",
1824+
"tags": [
1825+
"cat",
1826+
"animals",
1827+
"new"
1828+
],
1829+
"bitmapResolution": 2,
1830+
"dataFormat": "png",
1831+
"rotationCenterX": 0,
1832+
"rotationCenterY": 0,
1833+
"fromPenguinModLibrary": true,
1834+
"libraryFilePage": "images/user/cat.png"
1835+
},
1836+
{
1837+
"name": "Cat2",
1838+
"tags": [
1839+
"cat",
1840+
"animals",
1841+
"new"
1842+
],
1843+
"bitmapResolution": 2,
1844+
"dataFormat": "png",
1845+
"rotationCenterX": 0,
1846+
"rotationCenterY": 0,
1847+
"fromPenguinModLibrary": true,
1848+
"libraryFilePage": "images/user/cat_plain.png"
1849+
},
17921850
{
17931851
"name": "Catcher-a",
17941852
"tags": [
@@ -4323,6 +4381,111 @@
43234381
"rotationCenterX": 50,
43244382
"rotationCenterY": 140
43254383
},
4384+
{
4385+
"name": "Ewo-a",
4386+
"tags": [
4387+
"turkey",
4388+
"bird",
4389+
"animals",
4390+
"new"
4391+
],
4392+
"bitmapResolution": 1,
4393+
"dataFormat": "svg",
4394+
"rotationCenterX": 0,
4395+
"rotationCenterY": 0,
4396+
"fromPenguinModLibrary": true,
4397+
"libraryFilePage": "images/user/ewo-a.svg"
4398+
},
4399+
{
4400+
"name": "Ewo-b",
4401+
"tags": [
4402+
"turkey",
4403+
"bird",
4404+
"animals",
4405+
"new"
4406+
],
4407+
"bitmapResolution": 1,
4408+
"dataFormat": "svg",
4409+
"rotationCenterX": 0,
4410+
"rotationCenterY": 0,
4411+
"fromPenguinModLibrary": true,
4412+
"libraryFilePage": "images/user/ewo-b.svg"
4413+
},
4414+
{
4415+
"name": "Ewo-c",
4416+
"tags": [
4417+
"turkey",
4418+
"bird",
4419+
"animals",
4420+
"new"
4421+
],
4422+
"bitmapResolution": 1,
4423+
"dataFormat": "svg",
4424+
"rotationCenterX": 0,
4425+
"rotationCenterY": 0,
4426+
"fromPenguinModLibrary": true,
4427+
"libraryFilePage": "images/user/ewo-c.svg"
4428+
},
4429+
{
4430+
"name": "Ewo-d",
4431+
"tags": [
4432+
"turkey",
4433+
"bird",
4434+
"animals",
4435+
"new"
4436+
],
4437+
"bitmapResolution": 1,
4438+
"dataFormat": "svg",
4439+
"rotationCenterX": 0,
4440+
"rotationCenterY": 0,
4441+
"fromPenguinModLibrary": true,
4442+
"libraryFilePage": "images/user/ewo-d.svg"
4443+
},
4444+
{
4445+
"name": "Ewo-e",
4446+
"tags": [
4447+
"turkey",
4448+
"bird",
4449+
"animals",
4450+
"new"
4451+
],
4452+
"bitmapResolution": 1,
4453+
"dataFormat": "svg",
4454+
"rotationCenterX": 0,
4455+
"rotationCenterY": 0,
4456+
"fromPenguinModLibrary": true,
4457+
"libraryFilePage": "images/user/ewo-e.svg"
4458+
},
4459+
{
4460+
"name": "Ewo-f",
4461+
"tags": [
4462+
"turkey",
4463+
"bird",
4464+
"animals",
4465+
"new"
4466+
],
4467+
"bitmapResolution": 1,
4468+
"dataFormat": "svg",
4469+
"rotationCenterX": 0,
4470+
"rotationCenterY": 0,
4471+
"fromPenguinModLibrary": true,
4472+
"libraryFilePage": "images/user/ewo-f.svg"
4473+
},
4474+
{
4475+
"name": "Ewo-g",
4476+
"tags": [
4477+
"turkey",
4478+
"bird",
4479+
"animals",
4480+
"new"
4481+
],
4482+
"bitmapResolution": 1,
4483+
"dataFormat": "svg",
4484+
"rotationCenterX": 0,
4485+
"rotationCenterY": 0,
4486+
"fromPenguinModLibrary": true,
4487+
"libraryFilePage": "images/user/ewo-g.svg"
4488+
},
43264489
{
43274490
"name": "Fairy-a",
43284491
"tags": [
@@ -4566,6 +4729,22 @@
45664729
"rotationCenterX": 74,
45674730
"rotationCenterY": 200
45684731
},
4732+
{
4733+
"name": "Fork",
4734+
"tags": [
4735+
"utensils",
4736+
"dinner",
4737+
"food",
4738+
"tool",
4739+
"new"
4740+
],
4741+
"bitmapResolution": 1,
4742+
"dataFormat": "svg",
4743+
"rotationCenterX": 0,
4744+
"rotationCenterY": 0,
4745+
"fromPenguinModLibrary": true,
4746+
"libraryFilePage": "images/user/utensils/Fork.svg"
4747+
},
45694748
{
45704749
"name": "Fortune Cookie",
45714750
"tags": [
@@ -6707,6 +6886,34 @@
67076886
"rotationCenterX": 62,
67086887
"rotationCenterY": 94
67096888
},
6889+
{
6890+
"name": "Kitty-a",
6891+
"tags": [
6892+
"cat",
6893+
"animals",
6894+
"new"
6895+
],
6896+
"bitmapResolution": 1,
6897+
"dataFormat": "svg",
6898+
"rotationCenterX": 0,
6899+
"rotationCenterY": 0,
6900+
"fromPenguinModLibrary": true,
6901+
"libraryFilePage": "images/user/kitty-a.svg"
6902+
},
6903+
{
6904+
"name": "Kitty-b",
6905+
"tags": [
6906+
"cat",
6907+
"animals",
6908+
"new"
6909+
],
6910+
"bitmapResolution": 1,
6911+
"dataFormat": "svg",
6912+
"rotationCenterX": 0,
6913+
"rotationCenterY": 0,
6914+
"fromPenguinModLibrary": true,
6915+
"libraryFilePage": "images/user/kitty-b.svg"
6916+
},
67106917
{
67116918
"name": "Knight",
67126919
"tags": [
@@ -8328,6 +8535,22 @@
83288535
"rotationCenterX": 48,
83298536
"rotationCenterY": 61
83308537
},
8538+
{
8539+
"name": "Penguin3-a",
8540+
"tags": [
8541+
"animals",
8542+
"bird",
8543+
"winter",
8544+
"antarctica",
8545+
"new"
8546+
],
8547+
"bitmapResolution": 1,
8548+
"dataFormat": "svg",
8549+
"rotationCenterX": 0,
8550+
"rotationCenterY": 0,
8551+
"fromPenguinModLibrary": true,
8552+
"libraryFilePage": "images/penguin-styled.svg"
8553+
},
83318554
{
83328555
"name": "Pick",
83338556
"tags": [
@@ -8401,6 +8624,21 @@
84018624
"rotationCenterX": 84,
84028625
"rotationCenterY": 57
84038626
},
8627+
{
8628+
"name": "Plane",
8629+
"tags": [
8630+
"airspace",
8631+
"aerospace",
8632+
"transportation",
8633+
"new"
8634+
],
8635+
"bitmapResolution": 1,
8636+
"dataFormat": "svg",
8637+
"rotationCenterX": 0,
8638+
"rotationCenterY": 0,
8639+
"fromPenguinModLibrary": true,
8640+
"libraryFilePage": "images/user/plane.svg"
8641+
},
84048642
{
84058643
"name": "Planet2",
84068644
"tags": [
@@ -10174,6 +10412,38 @@
1017410412
"rotationCenterX": 53,
1017510413
"rotationCenterY": 79
1017610414
},
10415+
{
10416+
"name": "Spoon",
10417+
"tags": [
10418+
"utensils",
10419+
"dinner",
10420+
"food",
10421+
"tool",
10422+
"new"
10423+
],
10424+
"bitmapResolution": 1,
10425+
"dataFormat": "svg",
10426+
"rotationCenterX": 0,
10427+
"rotationCenterY": 0,
10428+
"fromPenguinModLibrary": true,
10429+
"libraryFilePage": "images/user/utensils/Spoon.svg"
10430+
},
10431+
{
10432+
"name": "Spoon and Fork",
10433+
"tags": [
10434+
"utensils",
10435+
"dinner",
10436+
"food",
10437+
"tool",
10438+
"new"
10439+
],
10440+
"bitmapResolution": 1,
10441+
"dataFormat": "svg",
10442+
"rotationCenterX": 0,
10443+
"rotationCenterY": 0,
10444+
"fromPenguinModLibrary": true,
10445+
"libraryFilePage": "images/user/utensils/SpoonAndFork.svg"
10446+
},
1017710447
{
1017810448
"name": "Squirrel",
1017910449
"tags": [

0 commit comments

Comments
 (0)