From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Sun, 18 Aug 2024 15:44:09 +0000 (+0200) Subject: Add atmos directional sign (#31155) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7d48cc5e2433ea3296f67267e40c0c9df3d6e2f3;p=space-station-14.git Add atmos directional sign (#31155) * Xeno walls * Fix icon smoothing for the walls * Added a bunch of items, and the map/shuttle * Fixed construction graphs * Put the map in the right place gosh * Fix shuttle walls rusting, invalid IDs, latejoin cryo, deprecated properties * Fix APC names and stuff * Updated to v1.1 --- diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index 4ebeaa66ba..c64b7090b8 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -16,6 +16,15 @@ - type: Sprite snapCardinals: false +- type: entity + parent: BaseSignDirectional + id: SignDirectionalAtmos + name: atmos sign + description: A direction sign, pointing out which way the Atmospherics department is. + components: + - type: Sprite + state: direction_atmos + - type: entity parent: BaseSignDirectional id: SignDirectionalBar diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_atmos.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_atmos.png new file mode 100644 index 0000000000..a098603b66 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_atmos.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json index a13df6f7d6..0a35e76fa8 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)", + "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", "states": [ { "name": "ai" @@ -115,6 +115,10 @@ { "name": "deathsposal" }, + { + "name": "direction_atmos", + "directions": 4 + }, { "name": "direction_bar", "directions": 4