diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/paintings.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/paintings.yml new file mode 100644 index 0000000000..d6ae3203bd --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/paintings.yml @@ -0,0 +1,19 @@ +- type: entity + parent: PaintingBase + id: PaintingBlunt + name: Blunt Painting + description: A blunt smoking weird-cat thing with a smug look. + components: + - type: Sprite + sprite: DeltaV/Structures/Wallmounts/Paintings/BluntPainting.rsi + state: bluntpainting + +- type: entity + parent: PaintingBase + id: PaintingSpoon + name: Spoon Painting + description: The type of painting that really ties together a room. + components: + - type: Sprite + sprite: DeltaV/Structures/Wallmounts/Paintings/SpoonPainting.rsi + state: spoonpainting diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/BluntPainting.rsi/bluntpainting.png b/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/BluntPainting.rsi/bluntpainting.png new file mode 100644 index 0000000000..e3e6132b5d Binary files /dev/null and b/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/BluntPainting.rsi/bluntpainting.png differ diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/BluntPainting.rsi/meta.json b/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/BluntPainting.rsi/meta.json new file mode 100644 index 0000000000..0677541b17 --- /dev/null +++ b/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/BluntPainting.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Taken from Delta-V discord.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "bluntpainting" + } + ] +} diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/SpoonPainting.rsi/meta.json b/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/SpoonPainting.rsi/meta.json new file mode 100644 index 0000000000..b3e57d796e --- /dev/null +++ b/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/SpoonPainting.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by @leonardo_dabepis.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "spoonpainting" + } + ] +} diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/SpoonPainting.rsi/spoonpainting.png b/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/SpoonPainting.rsi/spoonpainting.png new file mode 100644 index 0000000000..8463f36a47 Binary files /dev/null and b/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/SpoonPainting.rsi/spoonpainting.png differ