Add directional escape pod sign (#34367)

This commit is contained in:
War Pigeon
2025-01-11 02:19:59 -06:00
committed by GitHub
parent 10b778fc8f
commit 3439b77023
3 changed files with 14 additions and 1 deletions

View File

@@ -241,6 +241,15 @@
- type: Sprite
state: direction_wash
- type: entity
parent: BaseSignDirectional
id: SignDirectionalEscapePod
name: escape pods sign
description: A direction sign, pointing out the way to an escape pod dock.
components:
- type: Sprite
state: direction_pods
# Regular Signs
- type: entity

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

View File

@@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github), 'direction_atmos' made by SlamBamActionman. 'vox' based on sprites taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/e7f005f8b8d3f7d89cbee3b87f76c23f9e951c27/icons/obj/decals.dmi",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github), 'direction_atmos' made by SlamBamActionman, 'vox' based on sprites taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/e7f005f8b8d3f7d89cbee3b87f76c23f9e951c27/icons/obj/decals.dmi, 'direction_pods' derived by WarPigeon from existing directional signs.",
"states": [
{
"name": "ai"
@@ -218,6 +218,10 @@
"name": "direction_wash",
"directions": 4
},
{
"name": "direction_pods",
"directions": 4
},
{
"name": "dock"
},