ECS cargo telepad and cleanup (#6450)

Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2022-02-15 15:01:45 +11:00
committed by GitHub
parent baa16c96b4
commit 334568dad2
16 changed files with 368 additions and 160 deletions

View File

@@ -6,7 +6,7 @@
components:
- type: InteractionOutline
- type: Physics
bodyType: Static
bodyType: Static
- type: Transform
anchored: true
- type: Fixtures
@@ -18,9 +18,15 @@
layer:
- Passable
- type: Sprite
netsync: false
sprite: Structures/cargo_telepad.rsi
state: offline
drawdepth: FloorObjects
layers:
- state: offline
map: ["enum.CargoTelepadLayers.Base"]
- state: idle
map: [ "enum.CargoTelepadLayers.Beam" ]
shader: unshaded
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
@@ -40,3 +46,4 @@
- type: ApcPowerReceiver
- type: ExtensionCableReceiver
- type: CargoTelepad
- type: Appearance

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from /vg/station at commit 5c50dee8fb2a55d6be3b3c9c90a782a618a5506e",
"copyright": "Taken from /vg/station at commit 5c50dee8fb2a55d6be3b3c9c90a782a618a5506e Cut out for unshaded by metalgearsloth",
"size": {
"x": 32,
"y": 32