UI cleanup

This commit is contained in:
Anuken
2020-07-23 17:37:45 -04:00
parent 69f6154894
commit 72fc103e16
28 changed files with 78 additions and 78 deletions

View File

@@ -131,8 +131,8 @@ public class ChatFragment extends Table{
float spacing = chatspace;
chatfield.visible(shown);
fieldlabel.visible(shown);
chatfield.visible = shown;
fieldlabel.visible = shown;
Draw.color(shadowColor);
Draw.alpha(shadowColor.a * opacity);