Merge pull request #2643 from Remint32/patch-4

Make Pal.java colors changable for texturepack-mods tweaks
This commit is contained in:
Anuken 2020-09-21 11:10:37 -04:00 committed by GitHub
commit b732da09df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ package mindustry.graphics;
import arc.graphics.Color;
public class Pal{
public static final Color
public static Color
items = Color.valueOf("2ea756"),
command = Color.valueOf("eab678"),