Lots of new inhands, adds phoron (#1220)

* Beaker Inhands

* Flashlight Inhands

* Tile Refactor

* Adds metal/glass sheet inhands

* Removes plasma

* Adds Phoron

* We boolin'

* Phoron inhands

* First Pass inhand food

* First food inhand pass

* Soda inhand sprites

* Actually adds them
This commit is contained in:
Swept
2020-06-25 11:51:58 +00:00
committed by GitHub
parent 70a803e24e
commit bad7f9dc6b
299 changed files with 4421 additions and 144 deletions

View File

@@ -7,8 +7,6 @@
"states": [
{
"name": "lantern_off",
"select": [],
"flags": {},
"directions": 1,
"delays": [
[
@@ -18,14 +16,84 @@
},
{
"name": "HandheldLightOnOverlay",
"select": [],
"flags": {},
"directions": 1,
"delays": [
[
1.0
]
]
}
},
{
"name": "off-inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "off-inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "on-inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "on-inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B