Implements greyscale (white) chairs (#22209)
* implements greyscale chairs * bob
This commit is contained in:
@@ -66,6 +66,15 @@
|
|||||||
graph: Seat
|
graph: Seat
|
||||||
node: chair
|
node: chair
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: chair
|
||||||
|
id: ChairGreyscale
|
||||||
|
parent: Chair
|
||||||
|
suffix: White
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: chair-greyscale
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: stool
|
name: stool
|
||||||
id: Stool
|
id: Stool
|
||||||
|
|||||||
Reference in New Issue
Block a user