Skip to content
Closed
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 @@ -644,7 +644,7 @@
components:
- type: InteractionOutline
- type: Sprite
sprite: Civ14/Objects/Railing.rsi
sprite: Civ14/Objects/railing.rsi
state: stone
drawdepth: FloorObjects
noRot: true
Expand Down Expand Up @@ -684,7 +684,7 @@
name: stone railing
components:
- type: Sprite
sprite: Civ14/Objects/Railing.rsi
sprite: Civ14/Objects/railing.rsi
state: stone

- type: entity
Expand All @@ -694,7 +694,7 @@
name: sandstone railing
components:
- type: Sprite
sprite: Civ14/Objects/Railing.rsi
sprite: Civ14/Objects/railing.rsi
state: sandstone

- type: entity
Expand All @@ -704,5 +704,5 @@
name: brick railing
components:
- type: Sprite
sprite: Civ14/Objects/Railing.rsi
sprite: Civ14/Objects/railing.rsi
state: sandstone
Loading