You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lukas B. edited this page Jan 13, 2014
·
1 revision
Diskussionspunkte:
AbstractScreen mit getInitializer() : ProgressingJob für einfaches hinzufügen von Ladebildschirmen
Beispiel:
// uses MyNextScreen.getInitializer() to load everything, display a progress bar, and finally switch to the screen
app.setScreen(new LoadingScreen(new MyNextScreen()));
Texturatlas/Animationen Organisation: weiterhin alles in pack.atlas und pack00.png... oder build umbauen in semantisch sinnvolle Aufteilung?