mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
parent
51fe07daef
commit
3819e327e9
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ public class Liquid extends UnlockableContent{
|
|||
public @Nullable Color barColor;
|
||||
/** Color used to draw lights. Note that the alpha channel is used to dictate brightness. */
|
||||
public Color lightColor = Color.clear.cpy();
|
||||
/** 0-1, 0 is completely inflammable, anything above that may catch fire when exposed to heat, 0.5+ is very flammable. */
|
||||
/** 0-1, 0 is completely not flammable, anything above that may catch fire when exposed to heat, 0.5+ is very flammable. */
|
||||
public float flammability;
|
||||
/** temperature: 0.5 is 'room' temperature, 0 is very cold, 1 is molten hot */
|
||||
public float temperature = 0.5f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue