fluid colors

This commit is contained in:
Joey De Pauw 2019-10-07 19:26:35 +02:00
parent e360f9318f
commit ad19689b3d
1 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ data:extend({
default_temperature = 15,
max_temperature = 100,
gas_temperature = 0,
base_color = {r=0.7, g=0.7, b=0.7},
flow_color = {r=0.7, g=0.7, b=0.7},
base_color = {r=0.95, g=0.9, b=0.9},
flow_color = {r=0.95, g=0.9, b=0.9},
icon = "__base__/graphics/icons/fluid/pollution.png",
icon_size = 32,
order = "a[fluid]-z[water]",
@ -17,8 +17,8 @@ data:extend({
name = "polluted-water",
default_temperature = 15,
max_temperature = 100,
base_color = {r=0.7, g=0.7, b=0.7},
flow_color = {r=0.7, g=0.7, b=0.7},
base_color = {r=0.27, g=0.30, b=0.34},
flow_color = {r=0.27, g=0.30, b=0.34},
icon = "__better-air-filtering__/graphics/icons/fluid/pollution.png",
icon_size = 32,
order = "a[fluid]-z[pollution]",