OOC Emoji 2.0 - TG Edition (#25012)

* Didn't work

* It works

* Emojipedia

* Some emoji sorting

* lol

* Remove a lot of shit emoji

* Update emojipedia.dm

* Observer and ghost-bar emoji

* Msay emoji

* Emoji sorting and updates

* Make emoji centered

* Clueless and trollface

* Mowzers

* +taa

* Another rebuild

* TRUE and Rebuild
This commit is contained in:
Aylong
2024-04-18 18:41:41 +00:00
committed by GitHub
parent 950ce9f791
commit c8e59706e2
18 changed files with 176 additions and 11 deletions
@@ -0,0 +1,5 @@
/datum/asset/spritesheet/emoji
name = "emoji"
/datum/asset/spritesheet/emoji/create_spritesheets()
InsertAll("emoji", EMOJI_SET)
@@ -1,5 +1,5 @@
/datum/asset/simple/safe
keep_local_name = TRUE
assets = list(
"safe_dial.png" = 'icons/safe_dial.png'
"safe_dial.png" = 'icons/ui_icons/safe_dial.png'
)