Adds full-tile tinted windows. (#6278)

This commit is contained in:
Lamrr
2022-01-24 04:44:12 +11:00
committed by GitHub
parent 13d428095b
commit af1aa7ec77
13 changed files with 109 additions and 0 deletions

View File

@@ -47,6 +47,25 @@
damageOverlay:
sprite: Structures/Windows/cracks.rsi
- type: entity
parent: ReinforcedWindow
id: TintedWindow
name: tinted window
components:
- type: Sprite
drawdepth: WallTops
sprite: Structures/Windows/tinted_window.rsi
- type: Icon
sprite: Structures/Windows/tinted_window.rsi
- type: IconSmooth
base: twindow
- type: Construction
graph: window
node: tintedWindow
- type: Occluder
sizeX: 32
sizeY: 32
- type: entity
id: WindowReinforcedDirectional
parent: WindowDirectional