Added health bars to block info / Fixed block info refresh bug

This commit is contained in:
Anuken
2019-01-22 13:45:33 -05:00
parent 72d7c1ba54
commit 0e5b95e3aa
11 changed files with 415 additions and 278 deletions

View File

@@ -38,6 +38,7 @@ public class Palette{
stoneGray = Color.valueOf("8f8f8f"),
health = Color.valueOf("ff341c"),
heal = Color.valueOf("98ffa9"),
bar = Color.SLATE,
accent = Color.valueOf("ffd37f"),