Files
tbd-station-14/Resources/Textures/Interface/Misc/security_icons.rsi/meta.json
B_Kirill e3880a3c43 Criminal console status expansion (#36244)
* Criminal console update and new icons sprites

* Change Hostile and Paroled sprites

* Change Hostile sprite

* Return the 8x8 scale, redraw new icons

* Some changes

Redraw eliminated icon and change icons scaling in pda

* Update Resources/Textures/Interface/Misc/security_icons.rsi/meta.json

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Client/CartridgeLoader/Cartridges/WantedListUiFragment.cs

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-10-21 08:44:50 +00:00

33 lines
597 B
JSON

{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Original sprites from https://github.com/tgstation/tgstation/blob/7f654b6e8e59021607a9e888dfeb79920401c372/icons/mob/huds/hud.dmi. hud_hostile and hud_eliminated by B_Kirill",
"size": {
"x": 8,
"y": 8
},
"states": [
{
"name": "hud_discharged"
},
{
"name": "hud_incarcerated"
},
{
"name": "hud_paroled"
},
{
"name": "hud_suspected"
},
{
"name": "hud_wanted"
},
{
"name": "hud_hostile"
},
{
"name": "hud_eliminated"
}
]
}