tweak color
This commit is contained in:
parent
ecd3d62c70
commit
4017f51faa
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ if string.sub(mods["space-exploration"], 1, 3) == "0.6" then
|
|||
name = "molten-titanium",
|
||||
default_temperature = 1668,
|
||||
max_temperature = 1668,
|
||||
base_color = {r=171, g=219, b=233},
|
||||
flow_color = {r=171, g=219, b=233},
|
||||
base_color = {r=191, g=219, b=233},
|
||||
flow_color = {r=191, g=219, b=233},
|
||||
icons = {{icon = "__bztitanium__/graphics/icons/molten-titanium.png", icon_size = 128}},
|
||||
order = "a[molten]-a",
|
||||
pressure_to_speed_ratio = 0.4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue