Skip to content

Commit

Permalink
Diagonal Window Smoothing (DeltaV-Station#805)
Browse files Browse the repository at this point in the history
# Description

Diagonal windows weren't updated to use the new smoothing when we added
a bunch of new sprites designed around connected textures. This PR fixes
that for all diagonal windows.


![image](https://github.com/user-attachments/assets/4a54a00f-32d6-4365-ad0a-d96ecdbe6114)

# Changelog

:cl:
- add: Diagonal windows now use connected textures.

---------

Signed-off-by: VMSolidus <[email protected]>
  • Loading branch information
VMSolidus authored Sep 1, 2024
1 parent 39d8dad commit 1a1392c
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls
base: state
- type: Icon
sprite: Structures/Windows/clockwork_diagonal.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls
base: state
- type: Icon
sprite: Structures/Windows/mining_diagonal.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls
base: state
- type: Icon
sprite: Structures/Windows/plasma_diagonal.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls
base: state
- type: Icon
sprite: Structures/Windows/plastitanium_window_diagonal.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
- type: RCDDeconstructable
cost: 4
delay: 4
fx: EffectRCDDeconstruct4
fx: EffectRCDDeconstruct4
- type: Destructible
thresholds:
- trigger:
Expand Down Expand Up @@ -150,7 +150,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls
base: state
- type: Icon
sprite: Structures/Windows/reinforced_window_diagonal.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls
base: state
- type: Icon
sprite: Structures/Windows/reinforced_plasma_diagonal.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls
base: state
- type: Icon
sprite: Structures/Windows/reinforced_uranium_diagonal.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls
base: state
- type: Icon
sprite: Structures/Windows/shuttle_window_diagonal.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls
base: state
- type: Icon
sprite: Structures/Windows/window_diagonal.rsi
Expand Down

0 comments on commit 1a1392c

Please sign in to comment.