Styles documented

This commit is contained in:
Anuken
2022-05-04 22:31:53 -04:00
parent 93d299716c
commit e81438a7a9
32 changed files with 140 additions and 105 deletions

View File

@@ -452,7 +452,9 @@ public class LCanvas extends Table{
public JumpCurve curve;
public JumpButton(Prov<StatementElem> getter, Cons<StatementElem> setter){
super(Tex.logicNode, Styles.colori);
super(Tex.logicNode, new ImageButtonStyle(){{
imageUpColor = Color.white;
}});
to = getter;
addListener(listener = new ClickListener());