Skip to content

Commit

Permalink
changed color (even though it wont show up in game) and lowercased ne…
Browse files Browse the repository at this point in the history
…w compounds.
  • Loading branch information
Untrustedlife authored and hhyyrylainen committed Jan 12, 2019
1 parent 80eeffe commit 3302636
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/SimulationParameters/MicrobeStage/Compounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit 3302636

Please sign in to comment.