Skip to content

Commit

Permalink
Smooth diagonal windows to walls (space-syndicate#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicHDC authored Nov 9, 2023
1 parent a03ef54 commit a36a9eb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls # Corvax-Resprite
base: state
- type: Icon
sprite: Structures/Windows/plasma_diagonal.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls # Corvax-Resprite
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 @@ -123,7 +123,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls # Corvax-Resprite
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 @@ -69,7 +69,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls # Corvax-Resprite
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 @@ -64,7 +64,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls # Corvax-Resprite
base: state
- type: Icon
sprite: Structures/Windows/shuttle_window_diagonal.rsi
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Structures/Windows/uranium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls # Corvax-Resprite
base: state
- type: Icon
sprite: Structures/Windows/uranium_window_diagonal.rsi
Expand All @@ -84,4 +84,4 @@
sprite: Structures/Windows/cracks_diagonal.rsi
- type: Construction
graph: WindowDiagonal
node: uraniumWindowDiagonal
node: uraniumWindowDiagonal
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
state: state0
- type: IconSmooth
mode: Diagonal
key: windows
key: walls # Corvax-Resprite
base: state
- type: Icon
sprite: Structures/Windows/window_diagonal.rsi
Expand Down

0 comments on commit a36a9eb

Please sign in to comment.