mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-02 12:00:54 -08:00
Added tile background to background for large screens
This commit is contained in:
parent
a8a402745f
commit
6b42525f8a
7 changed files with 55 additions and 9 deletions
|
|
@ -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())){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue