Added new sprites for the security techfab (#7022)

This commit is contained in:
EmoGarbage404
2022-03-14 16:33:52 -04:00
committed by GitHub
parent bfd2e424bf
commit 4970a0ff71
5 changed files with 34 additions and 1 deletions

View File

@@ -250,8 +250,21 @@
parent: Protolathe
id: SecurityTechFab
name: Security TechFab
description: Prints security equipment and some basics.
description: Prints equipment for use by security crew.
components:
- type: Sprite
netsync: false
sprite: Structures/Machines/security_techfab.rsi
layers:
- state: icon
map: ["enum.ProtolatheVisualLayers.Base"]
- state: unlit
shader: unshaded
map: ["enum.ProtolatheVisualLayers.BaseUnlit"]
- state: icon
map: ["enum.ProtolatheVisualLayers.AnimationLayer"]
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: ProtolatheDatabase
protolatherecipes:
- Flash

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -0,0 +1,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by EmoGarbage",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "panel"
},
{
"name": "unlit"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB