fix emotes and add solaes

This commit is contained in:
Juni
2022-11-07 17:52:40 -05:00
parent f55f509764
commit ab548c4c43
16 changed files with 74 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -138,6 +138,62 @@
"r": -2,
"s": 47
}
},
{
"id":"10",
"name": "Solae Comf",
"character": "Solae",
"img": "solae/solaeComf.png",
"color": "#9266d2",
"defaultText": {
"text": "something",
"x": 148,
"y": 58,
"r": -2,
"s": 47
}
},
{
"id":"10",
"name": "Solae Pat",
"character": "Solae",
"img": "solae/solaePat.png",
"color": "#9266d2",
"defaultText": {
"text": "something",
"x": 148,
"y": 58,
"r": -2,
"s": 47
}
},
{
"id":"10",
"name": "Solae Peek",
"character": "Solae",
"img": "solae/solaePeek.png",
"color": "#9266d2",
"defaultText": {
"text": "something",
"x": 148,
"y": 58,
"r": -2,
"s": 47
}
},
{
"id":"10",
"name": "Solae Smile",
"character": "Solae",
"img": "solae/solaeSmile.png",
"color": "#9266d2",
"defaultText": {
"text": "something",
"x": 148,
"y": 58,
"r": -2,
"s": 47
}
}
]

View File

@@ -57,7 +57,24 @@ export default function Info({ open, handleClose }) {
</ListItemAvatar>
<ListItemText
primary="Turrkoise"
secondary="for most of my emotes (the professional ones)"
secondary="for most of Juni's emotes (the professional ones)"
/>
</ListItem>
<ListItem
button
onClick={() =>
(window.location.href = "https://nyrator.carrd.co/")
}
>
<ListItemAvatar>
<Avatar
alt="Nyrator"
src="https://pbs.twimg.com/profile_images/1553882557900546051/7NDFVoi0_400x400.jpg"
/>
</ListItemAvatar>
<ListItemText
primary="Nyrator"
secondary="for Solae's emotes"
/>
</ListItem>
</List>