diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/bench.yml b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/bench.yml new file mode 100644 index 0000000000..be3714d73a --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/bench.yml @@ -0,0 +1,18 @@ +- type: entity + name: wood bench + id: CP14BenchWood + parent: + - SeatBase + - CP14BaseFlammable + description: A bench carved from wood, a comfortable part of the interior designed for sitting and relaxing. + categories: [ ForkFiltered ] + components: + - type: Transform + anchored: false + - type: Rotatable + - type: Sprite + sprite: _CP14/Structures/Furniture/bench.rsi + layers: + - state: wooden + - type: Physics + bodyType: Static diff --git a/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/meta.json new file mode 100644 index 0000000000..af2a332060 --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "Created by omsoyk (Discord)", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "wooden", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/wooden.png b/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/wooden.png new file mode 100644 index 0000000000..dad6299915 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/wooden.png differ