Improve hunger and thirst warning icons (#18390)
Changes the icons for the three stages of hunger and thrist to be more visually distinct from their other stages and not rely on color coding. This makes it more colorblind-friendly. Create a flashing animated sprite for Starvation and Parched states, making them much more noticable with the intention to draw attention towards managing these states. --------- Co-authored-by: onoira <onoira@psiko.zone>
This commit is contained in:
11
Resources/Textures/Interface/Alerts/thirst.rsi/meta.json
Normal file
11
Resources/Textures/Interface/Alerts/thirst.rsi/meta.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "GitHub @Keikiru, iceglass.rsi originally from https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi, parched.png big waterbottle derived from https://github.com/discordia-space/CEV-Eris/raw/9c980cb9bc84d07b1c210c5447798af525185f80/icons/obj/food.dmi, toilet.rsi originally from https://github.com/discordia-space/CEV-Eris/commit/2cb66bae0e253e13d37f8939e0983bb94fee243e",
|
||||
"size": { "x": 32, "y": 32 },
|
||||
"states": [
|
||||
{ "name": "thirsty", "directions": 1, "delays": [[1.0]] },
|
||||
{ "name": "parched", "directions": 1, "delays": [[0.5, 0.5]] },
|
||||
{ "name": "overhydrated", "directions": 1, "delays": [[1.0]] }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user