]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add directional escape pod sign (#34367)
authorWar Pigeon <54217755+minus1over12@users.noreply.github.com>
Sat, 11 Jan 2025 08:19:59 +0000 (02:19 -0600)
committerGitHub <noreply@github.com>
Sat, 11 Jan 2025 08:19:59 +0000 (11:19 +0300)
Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml
Resources/Textures/Structures/Wallmounts/signs.rsi/direction_pods.png [new file with mode: 0644]
Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json

index 4edee5b7cb9f33cd481a0c9e1c7fa486e0bc230e..90a6820daebb890a3f118de3b165ed5200a143d3 100644 (file)
   - 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 (file)
index 0000000..6c98c72
Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_pods.png differ
index 8f6e861b9f7fff6042d62a01344057fd1eebca8d..cff9574b6a5c3d3e4451cc7fda48eea07907ac39 100644 (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"
             "name": "direction_wash",
             "directions": 4
         },
+        {
+            "name": "direction_pods",
+            "directions": 4
+        },
         {
             "name": "dock"
         },