Removed LCategory

This commit is contained in:
Anuken
2020-11-10 08:57:30 -05:00
parent ebdced5c6c
commit f0c4ebfd31
6 changed files with 52 additions and 61 deletions

View File

@@ -65,7 +65,7 @@ public class LogicDialog extends BaseDialog{
if(example instanceof InvalidStatement || example.hidden()) continue;
TextButtonStyle style = new TextButtonStyle(Styles.cleart);
style.fontColor = example.category().color;
style.fontColor = example.color();
style.font = Fonts.outline;
t.button(example.name(), style, () -> {