mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue