[Add] Picture (#915)
This commit is contained in:
21
Resources/Prototypes/_White/paint.yml
Normal file
21
Resources/Prototypes/_White/paint.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: PicturesBase
|
||||||
|
abstract: true
|
||||||
|
components:
|
||||||
|
- type: WallMount
|
||||||
|
arc: 360
|
||||||
|
- type: Sprite
|
||||||
|
drawdepth: WallTops
|
||||||
|
sprite: White/Structures/pictures.rsi
|
||||||
|
scale: 0.3, 0.3
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: PicturesBase
|
||||||
|
id: PictureFrozenMoment
|
||||||
|
name: замерзший момент
|
||||||
|
description: Он тянет руку с кольцом, она отворачивается. Между ними — тишина, в которой может скрываться как отказ, так и надежда.
|
||||||
|
suffix: DO NOT MAP
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: frozenmoment
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
11
Resources/Textures/White/Structures/pictures.rsi/meta.json
Normal file
11
Resources/Textures/White/Structures/pictures.rsi/meta.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"copyright": "frozenmoment made by Kaynydy",
|
||||||
|
"size": {
|
||||||
|
"x": 96,
|
||||||
|
"y": 96
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{ "name": "frozenmoment" }
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user