[Add] Picture (#915)

This commit is contained in:
BIGZi0348
2025-03-10 20:49:50 +03:00
committed by GitHub
3 changed files with 32 additions and 0 deletions

View 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

View File

@@ -0,0 +1,11 @@
{
"version": 1,
"copyright": "frozenmoment made by Kaynydy",
"size": {
"x": 96,
"y": 96
},
"states": [
{ "name": "frozenmoment" }
]
}