Skip to content

Commit

Permalink
Changes Curtains for QOL (#2657)
Browse files Browse the repository at this point in the history
Co-authored-by: Velcroboy <[email protected]>
  • Loading branch information
IamVelcroboy and BurningRash authored Jan 9, 2025
1 parent 6d2f6ce commit e48d735
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
placement:
mode: SnapgridCenter
components:
- type: SpriteFade # DeltaV - Makes it so person behind curtain can see behind it
- type: Occluder
- type: AnimationPlayer
- type: InteractionOutline # DeltaV - Makes it clear what you're interacting with
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -59,9 +61,8 @@
suffix: Hospital
description: Contains less than 1% mercury.
components:
- type: Sprite
snapCardinals: true
sprite: Structures/Decoration/Curtains/hospital.rsi
- type: Sprite # DeltaV - Removed cardinal snapping
sprite: _DV/Structures/Decoration/Curtains/hospital.rsi # DeltaV - Changed sprite path
layers:
- state: closed
map: ["enum.DoorVisualLayers.Base"]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by TheShuEd (github) for Space Station14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "open",
"directions": 4
},
{
"name": "closed",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e48d735

Please sign in to comment.