-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15bd380
commit d5ee886
Showing
6 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/paintings.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ps3moira.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/leonardodabepis.rsi | ||
state: spoonpainting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC0-1.0", | ||
"copyright": "Made by @leonardo_dabepis.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "spoonpainting" | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.36 KB
...es/DeltaV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/spoonpainting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.35 KB
.../Textures/DeltaV/Structures/Wallmounts/Paintings/ps3moira.rsi/bluntpainting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/ps3moira.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, modified by ps3moira#9488", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "bluntpainting" | ||
} | ||
] | ||
} |