Fix chair rotations (#4688)

Wooden chairs are rotatable, metal chairs have anchored set properly, all chairs and stools don't rotate weirdly visually
This commit is contained in:
20kdc
2021-09-23 23:44:59 +01:00
committed by GitHub
parent 2145124aa4
commit 5ead162b09

View File

@@ -20,6 +20,7 @@
- SmallImpassable
- type: Sprite
sprite: Structures/Furniture/furniture.rsi
noRot: true
- type: Strap
position: Stand
- type: Pullable
@@ -43,13 +44,14 @@
id: Chair
parent: SeatBase
components:
- type: Transform
anchored: true
- type: Anchorable
- type: Rotatable
- type: Sprite
state: chair
color: "#8e9799"
- type: Physics
bodyType: Static
fixtures:
- shape:
!type:PhysShapeAabb
@@ -174,6 +176,7 @@
- type: Sprite
state: wooden_chair
color: "white"
- type: Rotatable
- type: Physics
fixtures:
- shape: