Adds stair entities (with new sprites,) nukes stair decals (#20279)

* nukes stair decals, adds entity stairs

* FUCK. my furniture

* fix deprecated sprites
This commit is contained in:
Flareguy
2023-09-18 14:17:19 -05:00
committed by GitHub
parent c4bb9753d5
commit b75fd719cb
36 changed files with 137 additions and 179 deletions

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/02b9f6894af4419c9f7e699a22c402b086d8067e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "stairs",
"directions": 4
},
{
"name": "stairs_stage"
}
]
}