UI cleanup

This commit is contained in:
Anuken
2020-07-23 17:37:45 -04:00
parent 69f6154894
commit 72fc103e16
28 changed files with 78 additions and 78 deletions

View File

@@ -16,7 +16,7 @@ public class FadeInFragment extends Fragment{
parent.addChild(new Element(){
{
setFillParent(true);
touchable(Touchable.disabled);
this.touchable = Touchable.disabled;
}
@Override