v0.6.0: adjusted cursed wand crash window to not close if tapped outside
This commit is contained in:
parent
c22b75f276
commit
eb679ffc5f
|
@ -409,10 +409,16 @@ public class CursedWand {
|
|||
} else {
|
||||
GameScene.show(
|
||||
new WndOptions("CURSED WAND ERROR", "this application will now self-destruct", "abort", "retry", "fail") {
|
||||
|
||||
@Override
|
||||
public void hide() {
|
||||
protected void onSelect(int index) {
|
||||
throw new RuntimeException("critical wand exception");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBackPressed() {
|
||||
//do nothing
|
||||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user