]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Unswap small and tall wodden fence gates (#26409)
authorLuminight <balazscsabai98@gmail.com>
Mon, 25 Mar 2024 00:55:01 +0000 (01:55 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2024 00:55:01 +0000 (17:55 -0700)
Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml
Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png
Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png

index 539eca32b6f7bedb01331a83afbbea1971a01ecc..f2b03aaeb8f68b5faca43c81dab0ec8976832fa4 100644 (file)
   - type: InteractionOutline
   - type: Door
     openSpriteState: door_opened
-    closedSpriteState: door_closed_small #idk how, but it's working
+    closedSpriteState: door_closed
     canPry: false
     occludes: false
     changeAirtight: false
   components:
   - type: Sprite
     layers:
-    - state: end
+    - state: end_small
       map: ["enum.DoorVisualLayers.Base"]
   - type: Fixtures
     fixtures:
   - type: InteractionOutline
   - type: Door
     openSpriteState: door_opened_small
-    closedSpriteState: door_closed
+    closedSpriteState: door_closed_small
     canPry: false
     occludes: false
     changeAirtight: false
index 4464eac3be525cb1b012d9ff27c2cd68d9cba518..99dc852d35f7310ce6e4dbc58f0d83dcbfe6e333 100644 (file)
Binary files a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png and b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png differ
index 99dc852d35f7310ce6e4dbc58f0d83dcbfe6e333..4464eac3be525cb1b012d9ff27c2cd68d9cba518 100644 (file)
Binary files a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png and b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png differ