From 330263651694677730f3d00a16edc68825c379e8 Mon Sep 17 00:00:00 2001 From: Untrustedlife Date: Mon, 7 Jan 2019 15:13:50 -0600 Subject: [PATCH] changed color (even though it wont show up in game) and lowercased new compounds. --- .../SimulationParameters/MicrobeStage/Compounds.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/SimulationParameters/MicrobeStage/Compounds.json b/scripts/SimulationParameters/MicrobeStage/Compounds.json index 09319747445..dc22f445c79 100644 --- a/scripts/SimulationParameters/MicrobeStage/Compounds.json +++ b/scripts/SimulationParameters/MicrobeStage/Compounds.json @@ -71,27 +71,27 @@ } }, - "Oxygen": { + "oxygen": { "name": "Oxygen", "volume": 1, "isCloud": false, "isUseful": true, "colour": { - "r": 0.078, + "r": 0.0, "g": 0.0, - "b": 0.078 + "b": 1.0 } }, - "CarbonDioxide": { + "carbondioxide": { "name": "Carbon Dioxide", "volume": 1, "isCloud": false, "isUseful": true, "colour": { - "r": 0.078, + "r": 1.0, "g": 0.0, - "b": 0.078 + "b": 0.0 } } }