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:
@@ -73,7 +73,7 @@ public class Scene extends Group {
|
||||
}
|
||||
|
||||
protected void onBackPressed() {
|
||||
Gdx.app.exit();
|
||||
Game.instance.finish();
|
||||
}
|
||||
|
||||
protected void onMenuPressed() {
|
||||
|
||||
Reference in New Issue
Block a user