Skip to content

Commit

Permalink
Started ion this, not sure how to tackle it, we have the percentages …
Browse files Browse the repository at this point in the history
…defined in the biomes already, so maybe it doenst even need to be a "real " compound, but i also feel like this would allow us to add more abstract things like light and heat. And have them be "compounds" with a flag like "environmental".
  • Loading branch information
Untrustedlife authored and hhyyrylainen committed Jan 12, 2019
1 parent c9c8532 commit 80eeffe
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scripts/SimulationParameters/MicrobeStage/Compounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,29 @@
"g": 0.0,
"b": 0.078
}
},

"Oxygen": {
"name": "Oxygen",
"volume": 1,
"isCloud": false,
"isUseful": true,
"colour": {
"r": 0.078,
"g": 0.0,
"b": 0.078
}
},

"CarbonDioxide": {
"name": "Carbon Dioxide",
"volume": 1,
"isCloud": false,
"isUseful": true,
"colour": {
"r": 0.078,
"g": 0.0,
"b": 0.078
}
}
}

0 comments on commit 80eeffe

Please sign in to comment.