* Food HUD Icons and Onion Goggles * Added meta.json to food_icons.rsi --------- Co-authored-by: Derby <Derby@ss14>
30 lines
469 B
JSON
30 lines
469 B
JSON
{
|
|
"version": 1,
|
|
"size": {
|
|
"x": 8,
|
|
"y": 8
|
|
},
|
|
"license": "CC-BY-3.0",
|
|
"copyright": "Made by Derby",
|
|
"states": [
|
|
{
|
|
"name": "overfed"
|
|
},
|
|
{
|
|
"name": "peckish"
|
|
},
|
|
{
|
|
"name": "starving"
|
|
},
|
|
{
|
|
"name": "overhydrated"
|
|
},
|
|
{
|
|
"name": "thirsty"
|
|
},
|
|
{
|
|
"name": "parched"
|
|
}
|
|
]
|
|
}
|