Skip to content

Commit

Permalink
sprite drawdepth fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Aug 3, 2024
1 parent aa79c7a commit b3c3d95
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- type: Sprite
sprite: Structures/Wallmounts/defib_cabinet.rsi
noRot: false
drawdepth: Overdoors
layers:
- state: frame
- state: fill
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
- type: Sprite
sprite: _Nuclear14/Structures/Furniture/junk.rsi
state: junk_toilet
drawdepth: Overdoors
- type: SecretStash
secretPartName: secret-stash-part-toilet

Expand All @@ -237,6 +238,7 @@
- type: Sprite
state: junk_shower
noRot: true
drawdepth: Overdoors

- type: entity
parent: N14JunkMetalBase
Expand All @@ -247,6 +249,7 @@
- type: Sprite
state: junk_sink
noRot: true
drawdepth: Overdoors

- type: entity
parent: Mirror
Expand All @@ -257,6 +260,7 @@
- type: Sprite
sprite: _Nuclear14/Structures/Furniture/junk.rsi
state: junk_mirror
drawdepth: Overdoors

- type: entity
parent: N14JunkMetalBase
Expand All @@ -266,4 +270,5 @@
components:
- type: Sprite
state: junk_clock
drawdepth: Overdoors
- type: WallMount
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
- type: Sprite
sprite: _Nuclear14/Structures/Decoration/world.rsi
state: shower
# drawdepth: Overdoors
- type: Clickable
- type: InteractionOutline
- type: Anchorable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- type: Sprite
sprite: _Nuclear14/Structures/Machines/Terminals/terminal_classic.rsi
state: computer
drawdepth: Overdoors
- type: WirelessNetworkConnection
range: 15

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
- type: WallMount
- type: Sprite
offset: 0, 1
drawdepth: Overdoors

# Wall Terminal
# N14TODO: Needs a way to use it to use the off state.
Expand Down

0 comments on commit b3c3d95

Please sign in to comment.