Skip to content

Commit

Permalink
Change drawdepth of some wall-mounted objects (space-wizards#30274)
Browse files Browse the repository at this point in the history
drawdepth
  • Loading branch information
Ko4ergaPunk authored Jul 23, 2024
1 parent 918709c commit e7aa976
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
layer:
- MidImpassable
- type: Sprite
drawdepth: WallMountedItems
layers:
- state: atmosplaque
map: ["plaque"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- type: WallMount
arc: 360
- type: Sprite
drawdepth: Objects
drawdepth: WallMountedItems
sprite: Structures/Wallmounts/barsign.rsi
state: empty
- type: ApcPowerReceiver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- !type:DoActsBehavior
acts: ["Destruction"]
- type: Sprite
drawdepth: WallTops
drawdepth: WallMountedItems
sprite: Structures/Wallmounts/signs.rsi
snapCardinals: true
- type: StaticPrice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- type: WallMount
arc: 360
- type: Sprite
drawdepth: WallTops
drawdepth: WallMountedItems
sprite: Structures/Wallmounts/flags.rsi

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- type: WallMount
arc: 360
- type: Sprite
drawdepth: WallTops
drawdepth: WallMountedItems
sprite: Structures/Wallmounts/paintings.rsi

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- type: WallMount
arc: 360
- type: Sprite
drawdepth: WallTops
drawdepth: WallMountedItems
sprite: Structures/Wallmounts/posters.rsi
snapCardinals: true
- type: Destructible
Expand Down

0 comments on commit e7aa976

Please sign in to comment.