Added tile background to background for large screens
This commit is contained in:
@@ -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())){
|
||||
|
||||
Reference in New Issue
Block a user