v0.6.2b: improved aspects of app lifecycle management

This commit is contained in:
Evan Debenham
2017-11-08 23:24:49 -05:00
committed by Evan Debenham
parent a248609df4
commit 553badc118
5 changed files with 60 additions and 11 deletions
@@ -71,7 +71,7 @@ public class Scene extends Group {
}
protected void onBackPressed() {
Game.instance.finish();
Game.quitGame();
}
protected void onMenuPressed() {