Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and Clean Up Tinted Windows #2641

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading