splash screen no longer dependent on asset loading; desktop platform

interface improved
This commit is contained in:
2018-08-31 18:34:32 -05:00
parent 6773abe942
commit d6b39c8d73
5 changed files with 41 additions and 44 deletions

View File

@@ -26,8 +26,5 @@ public interface ScreenConfiguration {
public void setWindowLocation(int x, int y);
/**
* Restarts the application.
*/
public void restart();
public void setWindowBorderless(boolean borderless);
}