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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user