Added shield effects

This commit is contained in:
Anuken
2020-05-14 12:07:33 -04:00
parent a06f6f0b2d
commit d54d8a25af
12 changed files with 94 additions and 12 deletions

View File

@@ -8,6 +8,9 @@ public class Pal{
items = Color.valueOf("2ea756"),
command = Color.valueOf("eab678"),
shield = Color.valueOf("7e8ffc").mul(1.3f).a(0.7f),
shieldIn = Color.black.cpy().a(0f),
bulletYellow = Color.valueOf("fff8e8"),
bulletYellowBack = Color.valueOf("f9c27a"),