Skip to content

Commit

Permalink
furniture snapCardinals: true
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Dec 17, 2023
1 parent c6d8f6b commit ecd4048
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
components:
- type: Sprite
state: bed_dirty
snapCardinals: true

- type: entity
parent: N14Bed
Expand Down Expand Up @@ -56,9 +57,10 @@
components:
- type: Sprite
state: mattress1
snapCardinals: true

- type: entity
parent: N14Bed
parent: N14BedMattressDirty1
id: N14BedMattressDirty2
name: Mattress
description: A matress on the floor. Filthy.
Expand All @@ -67,7 +69,7 @@
state: mattress2

- type: entity
parent: N14Bed
parent: N14BedMattressDirty1
id: N14BedMattressDirty3
name: Mattress
description: A matress on the floor. Is that blood?
Expand All @@ -76,7 +78,7 @@
state: mattress3

- type: entity
parent: N14Bed
parent: N14BedMattressDirty1
id: N14BedMattressDirty4
name: Mattress
description: A matress on the floor. That's definitely blood.
Expand All @@ -85,7 +87,7 @@
state: mattress4

- type: entity
parent: N14Bed
parent: N14BedMattressDirty1
id: N14BedMattressDirty5
suffix: mouldy
name: Mattress
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@
description: A tan bar stool.
components:
- type: Sprite
state: bar_tan
state: bar_tan
snapCardinals: true

0 comments on commit ecd4048

Please sign in to comment.