From 3439b77023f2308154ee1e51e1c8b046a6f33a49 Mon Sep 17 00:00:00 2001 From: War Pigeon <54217755+minus1over12@users.noreply.github.com> Date: Sat, 11 Jan 2025 02:19:59 -0600 Subject: [PATCH] Add directional escape pod sign (#34367) --- .../Structures/Wallmounts/Signs/signs.yml | 9 +++++++++ .../Wallmounts/signs.rsi/direction_pods.png | Bin 0 -> 423 bytes .../Structures/Wallmounts/signs.rsi/meta.json | 6 +++++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_pods.png diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index 4edee5b7cb..90a6820dae 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -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 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_pods.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_pods.png new file mode 100644 index 0000000000000000000000000000000000000000..6c98c720ba595fbbcc3fa8a11ad110b9f4d5ea0e GIT binary patch literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV9fJ$aSW-L^Y+&Iyu$_pY#;LL zJ+88QEMawhn)>wU@0|3t*8b%8`#A^lO9brcVvt%_{nGuZK~= zcmBr>H+_=q&OM*a{rB{r@B5U(b}R2%c0}p)1=FV)Is45YUwy~H5Rr1zK!3ie)92aF z6SG6u7hDZvy|wDc+P6)gXCF4$Z+DM5WA&rk2{X^cWq192xv=Hg{;8ks85pj$3s0-G zv)LYMIBW9b({_O8Ie)<`{s1}U+WnJ5g^cH(SFHUTkRb#ePRFc z$oX~A%&qnZj%592PMLEzULa_C_xG}h(=pA<&2 OVDNPHb6Mw<&;$S;r^ZGA literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json index 8f6e861b9f..cff9574b6a 100644 --- a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json @@ -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" }, -- 2.51.2