From 77e21399ae15b5da75201ff041190736dc18389a Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 6 Oct 2023 04:50:24 +0300 Subject: [PATCH] Add rotation to tree (#20775) * add rotation to tree * Repeat check, add rock rotation --- Resources/Prototypes/Entities/Objects/Decoration/flora.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Decoration/flora.yml b/Resources/Prototypes/Entities/Objects/Decoration/flora.yml index 0426e10326..9577cc1c4b 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/flora.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/flora.yml @@ -5,6 +5,7 @@ components: - type: Clickable - type: Sprite + noRot: true sprite: Objects/Decoration/Flora/flora_rockssolid.rsi - type: Physics bodyType: Static @@ -41,6 +42,7 @@ - type: SpriteFade - type: Clickable - type: Sprite + noRot: true sprite: Objects/Decoration/Flora/flora_trees.rsi drawdepth: Overdoors offset: 0,0.9 -- 2.51.2