add scissors emoji (homegrown)
This commit is contained in:
@ -34,7 +34,7 @@ CC BY 4.0 compliance: Modified to indicate the URL. Modified size.
|
|||||||
|
|
||||||
## Forumoji
|
## Forumoji
|
||||||
|
|
||||||
Affected files: everything in [`data/static/emoji`](./data/static/emoji)
|
Affected files: everything in [`data/static/emoji`](./data/static/emoji) except [`data/static/emoji/scissors.png`](data/static/emoji/scissors.png)
|
||||||
URL: https://gh.vercte.net/forumoji/
|
URL: https://gh.vercte.net/forumoji/
|
||||||
License: CC0 1.0
|
License: CC0 1.0
|
||||||
Designers: lolecksdeehaha; Scratch137; 64lu; stickfiregames; mybearworld (the project has many more contributors, but these are the people whose designs were reproduced here)
|
Designers: lolecksdeehaha; Scratch137; 64lu; stickfiregames; mybearworld (the project has many more contributors, but these are the people whose designs were reproduced here)
|
||||||
|
@ -49,6 +49,8 @@ EMOJI = {
|
|||||||
|
|
||||||
'pensive': make_emoji('pensive', 'pensive'),
|
'pensive': make_emoji('pensive', 'pensive'),
|
||||||
|
|
||||||
|
'scissors': make_emoji('scissors', 'scissors'),
|
||||||
|
|
||||||
')': make_emoji('smile', ')'),
|
')': make_emoji('smile', ')'),
|
||||||
|
|
||||||
'smiletear': make_emoji('smiletear', 'smiletear'),
|
'smiletear': make_emoji('smiletear', 'smiletear'),
|
||||||
|
BIN
data/static/emoji/scissors.png
Normal file
BIN
data/static/emoji/scissors.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 236 B |
Reference in New Issue
Block a user