From a75745491d25976bc2b2edfd6ad2d5c3e3464417 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:56:53 +1000 Subject: [PATCH] Make some more machines snapCardinals (#19781) --- Resources/Prototypes/Entities/Structures/Machines/frame.yml | 4 ++-- Resources/Prototypes/Entities/Structures/Machines/lathe.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/frame.yml b/Resources/Prototypes/Entities/Structures/Machines/frame.yml index 67ad742639..29806e0822 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/frame.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/frame.yml @@ -8,7 +8,6 @@ components: - type: Transform anchored: true - noRot: true - type: Physics bodyType: Static - type: Fixtures @@ -53,6 +52,7 @@ - type: Sprite sprite: Structures/Machines/parts.rsi state: box_0 + snapCardinals: true - type: entity id: MachineFrame @@ -63,7 +63,6 @@ components: - type: Transform anchored: true - noRot: true - type: Physics bodyType: Static - type: Fixtures @@ -110,6 +109,7 @@ - type: Sprite sprite: Structures/Machines/parts.rsi state: box_1 + snapCardinals: true - type: Appearance - type: ItemMapper mapLayers: diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 0a79086929..8d41bcab2c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -281,6 +281,7 @@ components: - type: Sprite sprite: Structures/Machines/circuit_imprinter.rsi + snapCardinals: true layers: - state: icon map: ["enum.LatheVisualLayers.IsRunning"] -- 2.51.2