Erekir thorium + Minor visual tweaks

This commit is contained in:
Anuken
2021-11-27 13:10:10 -05:00
parent a24c15117d
commit bc296728f9
12 changed files with 29 additions and 14 deletions

View File

@@ -72,13 +72,12 @@ public class Liquids implements ContentList{
}};
//TODO combustion
hydrogen = new Liquid("hydrogen", Color.valueOf("b8c2fc")){{
hydrogen = new Liquid("hydrogen", Color.valueOf("9eabf7")){{
gas = true;
barColor = Color.valueOf("a3b0ff");
flammability = 1f;
}};
nitrogen = new Liquid("nitrogen", Color.valueOf("e2cffa")){{
nitrogen = new Liquid("nitrogen", Color.valueOf("efe3ff")){{
gas = true;
}};