Skip to content

Commit

Permalink
Diagonal window smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Aug 26, 2024
1 parent 6d53996 commit f83e151
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Structures/Windows/window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
- type: StaticPrice
price: 100
- type: BlockWeather

- type: entity
id: WindowRCDResistant
parent: Window
Expand Down Expand Up @@ -198,7 +198,7 @@
price: 10

- type: entity
id: WindowDirectionalRCDResistant
id: WindowDirectionalRCDResistant
parent: WindowDirectional
abstract: true
components:
Expand Down Expand Up @@ -237,7 +237,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 f83e151

Please sign in to comment.