mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-05 16:37:38 +07:00
Merge pull request #2643 from Remint32/patch-4
Make Pal.java colors changable for texturepack-mods tweaks
This commit is contained in:
commit
b732da09df
@ -3,7 +3,7 @@ package mindustry.graphics;
|
|||||||
import arc.graphics.Color;
|
import arc.graphics.Color;
|
||||||
|
|
||||||
public class Pal{
|
public class Pal{
|
||||||
public static final Color
|
public static Color
|
||||||
|
|
||||||
items = Color.valueOf("2ea756"),
|
items = Color.valueOf("2ea756"),
|
||||||
command = Color.valueOf("eab678"),
|
command = Color.valueOf("eab678"),
|
||||||
|
Loading…
Reference in New Issue
Block a user