]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix Secret Door Sprites (#37914)
authorSpanky <scott@wearejacob.com>
Fri, 30 May 2025 18:11:48 +0000 (14:11 -0400)
committerGitHub <noreply@github.com>
Fri, 30 May 2025 18:11:48 +0000 (20:11 +0200)
* Make secret doors have unique directional sprites, and new animations.

* Update attributions.

Resources/Prototypes/Entities/Structures/Doors/SecretDoor/secret_door.yml
Resources/Textures/Structures/Doors/secret_door.rsi/assembly.png
Resources/Textures/Structures/Doors/secret_door.rsi/closed.png
Resources/Textures/Structures/Doors/secret_door.rsi/closing.png
Resources/Textures/Structures/Doors/secret_door.rsi/meta.json
Resources/Textures/Structures/Doors/secret_door.rsi/open.png
Resources/Textures/Structures/Doors/secret_door.rsi/opening.png

index f4e7829d52b453474da0ac7dc9589aacadc8ebde..0784829e1c0d83e69aef43d87ada1b484fc64444 100644 (file)
@@ -99,7 +99,6 @@
   - type: Transform
     anchored: true
     noRot: false
-  - type: Rotatable
   - type: Damageable
     damageContainer: StructuralInorganic
     damageModifierSet: StructuralMetallic
index 6518b7245c721677990edb252828d4ce34c776f5..34f61cc5edd477c7a13feecbeab3dba3e8c2653e 100644 (file)
Binary files a/Resources/Textures/Structures/Doors/secret_door.rsi/assembly.png and b/Resources/Textures/Structures/Doors/secret_door.rsi/assembly.png differ
index b68b06f10df2173eed99cb28d5f2e1b887e0b5f8..1755660f5c572af2a5588ee596b112ef2858e087 100644 (file)
Binary files a/Resources/Textures/Structures/Doors/secret_door.rsi/closed.png and b/Resources/Textures/Structures/Doors/secret_door.rsi/closed.png differ
index 0bb895b050f0d11e75d4ceed4e62cdac855c6d56..b32453ec41571fd17629622c63a8806524845aa3 100644 (file)
Binary files a/Resources/Textures/Structures/Doors/secret_door.rsi/closing.png and b/Resources/Textures/Structures/Doors/secret_door.rsi/closing.png differ
index 7e8135f2168e0a8e08b6e82cd8dd2337b6e41738..7b3fdd965194549c2c6ea7e2097e56b2c905b0e0 100644 (file)
@@ -1,28 +1,48 @@
 {
     "version": 1,
     "license": "CC-BY-SA-3.0",
-    "copyright": "Made by Nimfar11 (GitHub) for Space Station 14",
+    "copyright": "Made by Nimfar11 (GitHub) for Space Station 14, modified by spanky_spanky (GitHub)",
     "size": {
         "x": 32,
         "y": 32
     },
     "states": [
         {
-            "name": "assembly"
+            "name": "assembly",
+            "directions": 4
         },
         {
             "name": "closed",
-            "directions": 1,
-            "delays": [
-                [
-                    1.0
-                ]
-            ]
+            "directions": 4
         },
         {
             "name": "closing",
-            "directions": 1,
+            "directions": 4,
             "delays": [
+                [
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2
+                ],
+                [
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2
+                ],
+                [
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2
+                ],
                 [
                     0.2,
                     0.2,
         },
         {
             "name": "open",
-            "directions": 1,
-            "delays": [
-                [
-                    1.0
-                ]
-            ]
+            "directions": 4
         },
         {
             "name": "opening",
-            "directions": 1,
+            "directions": 4,
             "delays": [
+                [
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2
+                ],
+                [
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2
+                ],
+                [
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2,
+                    0.2
+                ],
                 [
                     0.2,
                     0.2,
index 81862e1eade5b452853842c8baaa21f5413914aa..89f129d4b193cac746c2c9e672a43a453b1ef5d2 100644 (file)
Binary files a/Resources/Textures/Structures/Doors/secret_door.rsi/open.png and b/Resources/Textures/Structures/Doors/secret_door.rsi/open.png differ
index 9d14324686769b131f947fdce1c02423f2cd3823..97f62edea5df4e781e0ba8155a6f6cbb3b58de04 100644 (file)
Binary files a/Resources/Textures/Structures/Doors/secret_door.rsi/opening.png and b/Resources/Textures/Structures/Doors/secret_door.rsi/opening.png differ