Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Adding Paintings #213

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Taken from Delta-V discord.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "bluntpainting"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by @leonardo_dabepis.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "spoonpainting"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.