rainbow liquid

This commit is contained in:
Sunny Kim 2020-10-20 01:01:45 +09:00 committed by GitHub
parent efb42296cf
commit 3c2e12621e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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. */