Candy Bucket for Halloween (#21257)

* 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
This commit is contained in:
Bixkitts
2023-10-31 16:54:41 +01:00
committed by GitHub
parent 77db8b166a
commit 74f1098008
10 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"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
}
]
}