fix vacuum temperature

This commit is contained in:
zeno 2024-02-28 11:59:54 -05:00
parent e4584d0669
commit bdc8a32e36
2 changed files with 2 additions and 5 deletions

View file

@ -20,7 +20,7 @@ mainTiles.loadSet(
.state(['Vanilla/Air', 'Plasma'],3000,true),
new Tile('rgb(0,0,0)', 'Vacuum').gravity(0.01 / 1000 / 1000, 4, Infinity)
.temperature(-269.15,0),
.temperature(-296.15,0),
new Tile('rgb(180,156,229)', 'Hydrogen').gravity(0.8 / 1000, 4, 200) //H2
.temperature(0,0.1)