rainbow liquid

This commit is contained in:
Sunny Kim
2020-10-20 01:01:45 +09:00
committed by GitHub
parent efb42296cf
commit 3c2e12621e

View File

@@ -8,7 +8,7 @@ import mindustry.world.meta.*;
public class Liquid extends UnlockableContent{
/** Color used in pipes and on the ground. */
public final Color color;
public Color color;
/** Color used in bars. */
public @Nullable Color barColor;
/** Color used to draw lights. Note that the alpha channel is used to dictate brightness. */