ECS cargo telepad and cleanup (#6450)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -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 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user