mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-05 22:31:04 +01:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
/datum/asset/spritesheet/emojipedia
|
|
name = "emojipedia"
|
|
cross_round_cachable = TRUE // The Emoji DMI is static and doesn't change without a commit mis-match.
|
|
|
|
/datum/asset/spritesheet/emojipedia/create_spritesheets()
|
|
InsertAll("", EMOJI_SET)
|
|
|