* Added candy bucket and component to update appearance of held containers akin to it * cleanup newline * newline was load-bearing * moved component to Shared, cleanup * newline is spooky * You build and run without errors, stop pretending otherwise * Updated for new storage system in master branch
34 lines
508 B
JSON
34 lines
508 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Made by @ps3moira#9488",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "empty_icon"
|
|
},
|
|
{
|
|
"name": "full_icon"
|
|
},
|
|
{
|
|
"name": "empty-inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "empty-inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "full-inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "full-inhand-left",
|
|
"directions": 4
|
|
}
|
|
]
|
|
}
|