fix emotes and add solaes
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 40 KiB |
BIN
public/img/solae/solaeComf.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
public/img/solae/solaePat.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
public/img/solae/solaePeek.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/img/solae/solaeSmile.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
@@ -138,6 +138,62 @@
|
|||||||
"r": -2,
|
"r": -2,
|
||||||
"s": 47
|
"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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
@@ -57,7 +57,24 @@ export default function Info({ open, handleClose }) {
|
|||||||
</ListItemAvatar>
|
</ListItemAvatar>
|
||||||
<ListItemText
|
<ListItemText
|
||||||
primary="Turrkoise"
|
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>
|
</ListItem>
|
||||||
</List>
|
</List>
|
||||||
|
|||||||