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

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