Added tile background to background for large screens

This commit is contained in:
Anuken 2018-02-13 17:21:14 -05:00
parent a8a402745f
commit 6b42525f8a
7 changed files with 55 additions and 9 deletions

View file

@ -92,6 +92,11 @@ public class AndroidLauncher extends AndroidApplication{
public ThreadProvider getThreadProvider() {
return new DefaultThreadImpl();
}
@Override
public boolean isDebug() {
return false;
}
};
if(doubleScaleTablets && isTablet(this.getContext())){