From bc62e500fe1dacddecc26b911c32d0fcc11eb106 Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Tue, 5 Oct 2021 23:43:52 +1100 Subject: [PATCH] Anchor some more stuff that should be anchored They're all static bodies and aligned centre to the tile anyway sooo --- .../Prototypes/Entities/Structures/Dispensers/base.yml | 2 ++ .../Prototypes/Entities/Structures/Furniture/seats.yml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Dispensers/base.yml b/Resources/Prototypes/Entities/Structures/Dispensers/base.yml index c07806a810..9a6e37cebb 100644 --- a/Resources/Prototypes/Entities/Structures/Dispensers/base.yml +++ b/Resources/Prototypes/Entities/Structures/Dispensers/base.yml @@ -4,6 +4,8 @@ placement: mode: SnapgridCenter components: + - type: Transform + anchored: true - type: Clickable - type: InteractionOutline - type: Physics diff --git a/Resources/Prototypes/Entities/Structures/Furniture/seats.yml b/Resources/Prototypes/Entities/Structures/Furniture/seats.yml index f48407e528..0ada5b3afb 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/seats.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/seats.yml @@ -93,6 +93,8 @@ id: StoolBar parent: SeatBase components: + - type: Transform + anchored: true - type: Rotatable rotateWhileAnchored: true - type: Anchorable @@ -151,6 +153,8 @@ parent: SeatBase description: It looks comfy. components: + - type: Transform + anchored: true - type: Anchorable - type: Sprite state: comfychair_preview @@ -217,6 +221,8 @@ parent: SeatBase description: The pilot seat of a prestigious ship. components: + - type: Transform + anchored: true - type: Anchorable - type: Rotatable - type: Sprite