v0.7.4b: restructured initialization logic into new android module

A lot of cleanup is needed for this, but everything works
This commit is contained in:
Evan Debenham
2019-08-01 15:35:27 -04:00
parent 11efd1d0c3
commit 3e815a3165
202 changed files with 483 additions and 313 deletions
@@ -73,7 +73,7 @@ public class Scene extends Group {
}
protected void onBackPressed() {
Gdx.app.exit();
Game.instance.finish();
}
protected void onMenuPressed() {