Добавки

This commit is contained in:
BIGZi0348
2025-03-05 20:36:46 +03:00
parent bc5583a128
commit 23584d4487
3 changed files with 35 additions and 1 deletions

View File

@@ -30,9 +30,10 @@
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
sprite: White/Structures/deepSpaceCom.rsi
state: comm
- map: ["computerLayerKeys"]
state: generic_keys
state: id_key
- type: ActivatableUI
key: enum.DeepSpaceComUiKey.Key
- type: UserInterface

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,33 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bd6873fd4dd6a61d7e46f1d75cd4d90f64c40894.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "comm",
"directions": 4,
"delays": [
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
]
]
}
]
}