Rune color adjustments

This commit is contained in:
Anuken
2025-08-19 17:01:59 -04:00
parent fec085f20e
commit ca472acf9b
5 changed files with 1 additions and 1 deletions

View File

@@ -927,7 +927,7 @@ public class Blocks{
}};
runeOverlay = new RuneOverlay("rune-overlay"){{
color = Pal.metalGrayDark;
color = Color.valueOf("3f4049");
}};
cruxRuneOverlay = new RuneOverlay("rune-overlay-crux");