LStatement categories + improved UI (#7046)

* LStatement categories + improved UI

Co-authored-by: code-explorer786 <68312688+code-explorer786@users.noreply.github.com>

* annihilate LStatement#color

Co-authored-by: code-explorer786 <68312688+code-explorer786@users.noreply.github.com>
This commit is contained in:
Goobrr
2022-06-19 21:57:49 +07:00
committed by GitHub
parent a30f6325d4
commit 625f7e9936
7 changed files with 247 additions and 158 deletions

View File

@@ -327,7 +327,7 @@ public class LCanvas extends Table{
st.elem = this;
background(Tex.whitePane);
setColor(st.color());
setColor(st.category().color);
margin(0f);
touchable = Touchable.enabled;