Skip to content

Commit

Permalink
fix and clean up tinted windows
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningRash committed Jan 7, 2025
1 parent 93ca053 commit b00f3b9
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,22 @@
id: WindowTintedDirectional
parent: WindowDirectional
name: directional tinted window
description: Don't smudge up the glass down there.
placement:
mode: SnapgridCenter
snap:
- Window
components:
- type: Sprite
sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows
state: tinted_window
- type: Tag
tags:
- ForceNoFixRotations
- type: Icon
sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows
state: tinted_window
- type: Tag
tags:
- ForceNoFixRotations
- type: Occluder
boundingBox: "-0.5,-0.5,0.5,-0.3"

- type: entity
id: WindowTintedReinforcedDirectional
parent: [WindowReinforcedDirectional, WindowTintedDirectional]
parent: WindowReinforcedDirectional
name: directional reinforced tinted window
components:
- type: Sprite
Expand All @@ -31,3 +26,8 @@
- type: Icon
sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows
state: tinted_reinforced_window
- type: Tag
tags:
- ForceNoFixRotations
- type: Occluder
boundingBox: "-0.5,-0.5,0.5,-0.3"

0 comments on commit b00f3b9

Please sign in to comment.