Darkened chat background slightly
This commit is contained in:
@@ -32,7 +32,7 @@ public class ChatFragment extends Table{
|
||||
private Font font;
|
||||
private GlyphLayout layout = new GlyphLayout();
|
||||
private float offsetx = Scl.scl(4), offsety = Scl.scl(4), fontoffsetx = Scl.scl(2), chatspace = Scl.scl(50);
|
||||
private Color shadowColor = new Color(0, 0, 0, 0.4f);
|
||||
private Color shadowColor = new Color(0, 0, 0, 0.5f);
|
||||
private float textspacing = Scl.scl(10);
|
||||
private Seq<String> history = new Seq<>();
|
||||
private int historyPos = 0;
|
||||
|
||||
Reference in New Issue
Block a user