Stair decals (#20080)

* wip

* done
This commit is contained in:
Morb
2023-09-12 23:54:28 +03:00
committed by GitHub
parent b53e5d6661
commit f9144496f7
30 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,195 @@
- type: decal
id: StairsMaterialE
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: material_e
- type: decal
id: StairsMaterialN
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: material_n
- type: decal
id: StairsMaterialS
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: material_s
- type: decal
id: StairsMaterialW
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: material_w
- type: decal
id: StairsE
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_e
- type: decal
id: StairsN
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_n
- type: decal
id: StairsS
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_s
- type: decal
id: StairsW
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_w
- type: decal
id: StairsLE
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_l_e
- type: decal
id: StairsLN
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_l_n
- type: decal
id: StairsLS
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_l_s
- type: decal
id: StairsLW
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_l_w
- type: decal
id: StairsME
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_m_e
- type: decal
id: StairsMN
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_m_n
- type: decal
id: StairsMS
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_m_s
- type: decal
id: StairsMW
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_m_w
- type: decal
id: StairsRE
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_r_e
- type: decal
id: StairsRN
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_r_n
- type: decal
id: StairsRS
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_r_s
- type: decal
id: StairsRW
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stairs_r_w
- type: decal
id: StairsStoneE
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stone_e
- type: decal
id: StairsStoneN
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stone_n
- type: decal
id: StairsStoneS
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stone_s
- type: decal
id: StairsStoneW
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: stone_w
- type: decal
id: StairsWoodE
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: wood_e
- type: decal
id: StairsWoodN
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: wood_n
- type: decal
id: StairsWoodS
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: wood_s
- type: decal
id: StairsWoodW
tags: ["station", "stairs"]
sprite:
sprite: Decals/stairs.rsi
state: wood_w

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

View File

@@ -0,0 +1,95 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/2ddbdca1b7fb5cb85cbdcd566a489cbc4794edcf/icons/obj/stairs.dmi and https://github.com/tgstation/tgstation/blob/b2dda940c5abb74d1a53d21c371788edffd0db5b/icons/turf/floors.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "material_e"
},
{
"name": "material_n"
},
{
"name": "material_s"
},
{
"name": "material_w"
},
{
"name": "stairs_e"
},
{
"name": "stairs_n"
},
{
"name": "stairs_s"
},
{
"name": "stairs_w"
},
{
"name": "stairs_l_e"
},
{
"name": "stairs_l_n"
},
{
"name": "stairs_l_s"
},
{
"name": "stairs_l_w"
},
{
"name": "stairs_m_e"
},
{
"name": "stairs_m_n"
},
{
"name": "stairs_m_s"
},
{
"name": "stairs_m_w"
},
{
"name": "stairs_r_e"
},
{
"name": "stairs_r_n"
},
{
"name": "stairs_r_s"
},
{
"name": "stairs_r_w"
},
{
"name": "stone_e"
},
{
"name": "stone_n"
},
{
"name": "stone_s"
},
{
"name": "stone_w"
},
{
"name": "wood_e"
},
{
"name": "wood_n"
},
{
"name": "wood_s"
},
{
"name": "wood_w"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B