TABLE TIME LET'S GET ITTTTTTT (#2141)

* Replace pilot chair with a better sprite

* Refactors furniture.yml

* Cleans up dumb indentations

* Massive table cleanup YEAAHAHAAAHAHAHA FUCK YEAH WE CAN GAMBLE NOW

* Bookshelves, rack, metal shelf

* Actually good looking carpets holy crap lois

* three more colored carpets

* Rest of carpet colors and they now have proper drawdepth

* Adds Phoron windows and recolor phoron gas

* A bunch of decorative lights

* CarpetBase now abstract

* Inhands for torches

* Tables now have icons and a much nicer rsi/yaml layout

* Carpet Icons fix

* Removes old carpet
This commit is contained in:
Swept
2020-09-29 14:11:42 +00:00
committed by GitHub
parent 1b691264f3
commit 552918d59d
273 changed files with 3373 additions and 202 deletions

View File

@@ -0,0 +1,99 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "bananalamp",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "bananalamp_on",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "floodlight",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "floodlight_on",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "floodlight_burned",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "floodlight_broken",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "lamp",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "lamp_on",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "lampgreen",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "lampgreen_on",
"directions": 1,
"delays": [
[
1
]
]
}
]
}