mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -240,7 +240,7 @@ GLOBAL_LIST_EMPTY(asset_datums)
|
||||
|
||||
for(var/icon_state_name in icon_states(I))
|
||||
for(var/direction in directions)
|
||||
var/prefix2 = length(directions) ? "[dir2text(direction)]-" : ""
|
||||
var/prefix2 = length(directions) > 1 ? "[dir2text(direction)]-" : ""
|
||||
Insert("[prefix][prefix2][icon_state_name]", I, icon_state=icon_state_name, dir=direction)
|
||||
|
||||
/datum/asset/spritesheet/proc/css_tag()
|
||||
|
||||
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user