diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/white/entities/structures/furniture/benches.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/white/entities/structures/furniture/benches.ftl new file mode 100644 index 0000000000..ed141ba8ff --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/white/entities/structures/furniture/benches.ftl @@ -0,0 +1,104 @@ +ent-BenchBaseMiddle = скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Середина" } + +ent-BenchParkMiddle = парковая скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Середина" } + +ent-BenchParkLeft = парковая скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Левая" } + +ent-BenchParkRight = парковая скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Правая" } + +ent-BenchParkBambooMiddle = парковая скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Середина" } + +ent-BenchParkBambooLeft = парковая скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Левая" } + +ent-BenchParkBambooRight = парковая скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Правая" } + +ent-BenchPewMiddle = скамейка для суда + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Середина" } + +ent-BenchPewLeft = скамейка для суда + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Левая" } + +ent-BenchPewRight = скамейка для суда + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Правая" } + +ent-BenchSteelMiddle = стальная скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Середина" } + +ent-BenchSteelLeft = стальная скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Левая" } + +ent-BenchSteelRight = стальная скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Правая" } + +ent-BenchSteelWhiteMiddle = белая стальная скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Середина" } + +ent-BenchSteelWhiteLeft = белая стальная скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Левая" } + +ent-BenchSteelWhiteRight = белая стальная скамейка + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Правая" } + +ent-BenchSofaMiddle = диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Середина" } + +ent-BenchSofaLeft = диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Левый" } + +ent-BenchSofaRight = диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Правый" } + +ent-BenchSofaCorner = диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Угловой" } + +ent-BenchSofaCornerOut = диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Угловой Внеш." } + +ent-BenchSofaCorpMiddle = серый диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Середина" } + +ent-BenchSofaCorpLeft = серый диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Левый" } + +ent-BenchSofaCorpRight = серый диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Правый" } + +ent-BenchSofaCorpCorner = серый диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Угловой" } + +ent-BenchSofaCorpCornerOut = серый диван + .desc = Несколько мест, охватывающих один объект. Поистине чудо науки. + .suffix = { "Угловой Внеш." } + diff --git a/Resources/Prototypes/White/Entities/Structures/Furniture/benches.yml b/Resources/Prototypes/White/Entities/Structures/Furniture/benches.yml new file mode 100644 index 0000000000..6c3df468ad --- /dev/null +++ b/Resources/Prototypes/White/Entities/Structures/Furniture/benches.yml @@ -0,0 +1,221 @@ +# Base benches +- type: entity + name: bench + id: BenchBaseMiddle + suffix: Middle + abstract: true + parent: SeatBase + description: Multiple seats spanning a single object. Truly a marvel of science. + components: + - type: Transform + anchored: true + - type: Rotatable + - type: Sprite + state: middle + +# Park benches +- type: entity + name: park bench + id: BenchParkMiddle + parent: BenchBaseMiddle + components: + - type: Sprite + sprite: White/Structures/Furniture/Benches/parkbench_wooden.rsi + +- type: entity + id: BenchParkLeft + suffix: Left + parent: BenchParkMiddle + components: + - type: Sprite + state: left + +- type: entity + id: BenchParkRight + suffix: Right + parent: BenchParkMiddle + components: + - type: Sprite + state: right + +# Bamboo benches +- type: entity + name: park bench + id: BenchParkBambooMiddle + parent: BenchBaseMiddle + components: + - type: Sprite + sprite: White/Structures/Furniture/Benches/parkbench_bamboo.rsi + +- type: entity + id: BenchParkBambooLeft + suffix: Left + parent: BenchParkBambooMiddle + components: + - type: Sprite + state: left + +- type: entity + id: BenchParkBambooRight + suffix: Right + parent: BenchParkBambooMiddle + components: + - type: Sprite + state: right + +# Pews +- type: entity + name: pew + id: BenchPewMiddle + parent: BenchBaseMiddle + components: + - type: Sprite + sprite: White/Structures/Furniture/Benches/pews.rsi + +- type: entity + id: BenchPewLeft + suffix: Left + parent: BenchPewMiddle + components: + - type: Sprite + state: left + +- type: entity + id: BenchPewRight + suffix: Right + parent: BenchPewMiddle + components: + - type: Sprite + state: right + +# Steel benches +- type: entity + name: steel bench + id: BenchSteelMiddle + parent: BenchBaseMiddle + components: + - type: Sprite + sprite: White/Structures/Furniture/Benches/steel_bench.rsi + +- type: entity + id: BenchSteelLeft + suffix: Left + parent: BenchSteelMiddle + components: + - type: Sprite + state: left + +- type: entity + id: BenchSteelRight + suffix: Right + parent: BenchSteelMiddle + components: + - type: Sprite + state: right + +# White steel benches +- type: entity + name: white steel bench + id: BenchSteelWhiteMiddle + parent: BenchBaseMiddle + components: + - type: Sprite + sprite: White/Structures/Furniture/Benches/steel_bench_white.rsi + +- type: entity + id: BenchSteelWhiteLeft + suffix: Left + parent: BenchSteelWhiteMiddle + components: + - type: Sprite + state: left + +- type: entity + id: BenchSteelWhiteRight + suffix: Right + parent: BenchSteelWhiteMiddle + components: + - type: Sprite + state: right + +# Standard sofa +- type: entity + name: sofa + id: BenchSofaMiddle + parent: BenchBaseMiddle + components: + - type: Sprite + sprite: White/Structures/Furniture/Benches/sofa.rsi + +- type: entity + id: BenchSofaLeft + suffix: Left + parent: BenchSofaMiddle + components: + - type: Sprite + state: left + +- type: entity + id: BenchSofaRight + suffix: Right + parent: BenchSofaMiddle + components: + - type: Sprite + state: right + +- type: entity + id: BenchSofaCorner + suffix: Corner + parent: BenchSofaMiddle + components: + - type: Sprite + state: corner + +- type: entity + id: BenchSofaCornerOut + suffix: Corner-Out + parent: BenchSofaMiddle + components: + - type: Sprite + state: corner_out + +# Corp sofa +- type: entity + name: grey sofa + id: BenchSofaCorpMiddle + parent: BenchBaseMiddle + components: + - type: Sprite + sprite: White/Structures/Furniture/Benches/sofa_corp.rsi + +- type: entity + id: BenchSofaCorpLeft + suffix: Left + parent: BenchSofaCorpMiddle + components: + - type: Sprite + state: left + +- type: entity + id: BenchSofaCorpRight + suffix: Right + parent: BenchSofaCorpMiddle + components: + - type: Sprite + state: right + +- type: entity + id: BenchSofaCorpCorner + suffix: Corner + parent: BenchSofaCorpMiddle + components: + - type: Sprite + state: corner + +- type: entity + id: BenchSofaCorpCornerOut + suffix: Corner-Out + parent: BenchSofaCorpMiddle + components: + - type: Sprite + state: corner_out diff --git a/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/left.png b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/left.png new file mode 100644 index 0000000000..8122a89be0 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/meta.json b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/meta.json new file mode 100644 index 0000000000..7c24964194 --- /dev/null +++ b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "TGStation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "left", + "directions": 4 + }, + { + "name": "right", + "directions": 4 + }, + { + "name": "middle", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/middle.png b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/middle.png new file mode 100644 index 0000000000..249972dec8 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/middle.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/right.png b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/right.png new file mode 100644 index 0000000000..e91037826f Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_bamboo.rsi/right.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/left.png b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/left.png new file mode 100644 index 0000000000..b2e4e6650b Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/meta.json b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/meta.json new file mode 100644 index 0000000000..7c24964194 --- /dev/null +++ b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "TGStation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "left", + "directions": 4 + }, + { + "name": "right", + "directions": 4 + }, + { + "name": "middle", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/middle.png b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/middle.png new file mode 100644 index 0000000000..31ba1d8e2d Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/middle.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/right.png b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/right.png new file mode 100644 index 0000000000..35965a297e Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/parkbench_wooden.rsi/right.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/arm_left.png b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/arm_left.png new file mode 100644 index 0000000000..50931020c5 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/arm_left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/arm_right.png b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/arm_right.png new file mode 100644 index 0000000000..6be992bd27 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/arm_right.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/left.png b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/left.png new file mode 100644 index 0000000000..9631b4b171 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/meta.json b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/meta.json new file mode 100644 index 0000000000..252147f210 --- /dev/null +++ b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/meta.json @@ -0,0 +1,31 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "TGStation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "left", + "directions": 4 + }, + { + "name": "right", + "directions": 4 + }, + { + "name": "middle", + "directions": 4 + }, + { + "name": "arm_left", + "directions": 4 + }, + { + "name": "arm_right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/middle.png b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/middle.png new file mode 100644 index 0000000000..09939795dd Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/middle.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/right.png b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/right.png new file mode 100644 index 0000000000..ea0922930f Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/pews.rsi/right.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/arm_left.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/arm_left.png new file mode 100644 index 0000000000..0c5ea7ab8f Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/arm_left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/arm_right.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/arm_right.png new file mode 100644 index 0000000000..8989852c20 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/arm_right.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/corner.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/corner.png new file mode 100644 index 0000000000..d18237d23a Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/corner.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/corner_out.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/corner_out.png new file mode 100644 index 0000000000..a6157a0729 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/corner_out.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/left.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/left.png new file mode 100644 index 0000000000..dd4dd8e800 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/meta.json b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/meta.json new file mode 100644 index 0000000000..b52bec9b85 --- /dev/null +++ b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/meta.json @@ -0,0 +1,39 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "TGStation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "left", + "directions": 4 + }, + { + "name": "right", + "directions": 4 + }, + { + "name": "middle", + "directions": 4 + }, + { + "name": "corner", + "directions": 4 + }, + { + "name": "corner_out", + "directions": 4 + }, + { + "name": "arm_left", + "directions": 4 + }, + { + "name": "arm_right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/middle.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/middle.png new file mode 100644 index 0000000000..589526aa75 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/middle.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/right.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/right.png new file mode 100644 index 0000000000..fd1d114270 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa.rsi/right.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/arm_left.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/arm_left.png new file mode 100644 index 0000000000..17debb44c0 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/arm_left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/arm_right.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/arm_right.png new file mode 100644 index 0000000000..2434e680c1 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/arm_right.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/corner.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/corner.png new file mode 100644 index 0000000000..306d354e2c Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/corner.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/corner_out.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/corner_out.png new file mode 100644 index 0000000000..306d354e2c Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/corner_out.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/left.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/left.png new file mode 100644 index 0000000000..181e9e53de Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/meta.json b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/meta.json new file mode 100644 index 0000000000..b52bec9b85 --- /dev/null +++ b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/meta.json @@ -0,0 +1,39 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "TGStation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "left", + "directions": 4 + }, + { + "name": "right", + "directions": 4 + }, + { + "name": "middle", + "directions": 4 + }, + { + "name": "corner", + "directions": 4 + }, + { + "name": "corner_out", + "directions": 4 + }, + { + "name": "arm_left", + "directions": 4 + }, + { + "name": "arm_right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/middle.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/middle.png new file mode 100644 index 0000000000..b12c5e3a72 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/middle.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/right.png b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/right.png new file mode 100644 index 0000000000..78abf84955 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/sofa_corp.rsi/right.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/left.png b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/left.png new file mode 100644 index 0000000000..260c7298f7 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/meta.json b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/meta.json new file mode 100644 index 0000000000..7c24964194 --- /dev/null +++ b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "TGStation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "left", + "directions": 4 + }, + { + "name": "right", + "directions": 4 + }, + { + "name": "middle", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/middle.png b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/middle.png new file mode 100644 index 0000000000..949a1e5cee Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/middle.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/right.png b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/right.png new file mode 100644 index 0000000000..b6c1ef00fc Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench.rsi/right.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/left.png b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/left.png new file mode 100644 index 0000000000..d456300e10 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/left.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/meta.json b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/meta.json new file mode 100644 index 0000000000..7c24964194 --- /dev/null +++ b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "TGStation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "left", + "directions": 4 + }, + { + "name": "right", + "directions": 4 + }, + { + "name": "middle", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/middle.png b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/middle.png new file mode 100644 index 0000000000..fcf97d1583 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/middle.png differ diff --git a/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/right.png b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/right.png new file mode 100644 index 0000000000..a412a51871 Binary files /dev/null and b/Resources/Textures/White/Structures/Furniture/Benches/steel_bench_white.rsi/right.png differ