add splashscreen for mobile-dev

This commit is contained in:
Anthony Calosa
2024-10-06 23:13:51 +08:00
parent 5d959dc963
commit f4671133f3
6 changed files with 25 additions and 5 deletions

View File

@@ -640,6 +640,11 @@ public class Main extends AndroidApplication {
System.exit(0);
}
@Override
public void closeSplashScreen() {
//only for desktop mobile-dev
}
@Override
public boolean isTablet() {
return isTablet;