Tweak color gain factor to reduce disparity between walls and non-walls.
Also increases the brightness of *specifically* walls to make up for it, in content.
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
color: "#71797a"
|
color: "#889192"
|
||||||
drawdepth: Walls
|
drawdepth: Walls
|
||||||
sprite: Buildings/low_wall.rsi
|
sprite: Buildings/low_wall.rsi
|
||||||
|
|
||||||
@@ -40,6 +40,6 @@
|
|||||||
abstract: true
|
abstract: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
color: "#71797a"
|
color: "#889192"
|
||||||
drawdepth: WallMountedItems
|
drawdepth: WallMountedItems
|
||||||
sprite: Buildings/low_wall.rsi
|
sprite: Buildings/low_wall.rsi
|
||||||
|
|||||||
@@ -285,7 +285,7 @@
|
|||||||
parent: base_wall
|
parent: base_wall
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
color: "#71797a"
|
color: "#889192"
|
||||||
sprite: Buildings/Walls/solid.rsi
|
sprite: Buildings/Walls/solid.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Buildings/Walls/solid.rsi
|
sprite: Buildings/Walls/solid.rsi
|
||||||
|
|||||||
Reference in New Issue
Block a user