Add selectNext
This commit is contained in:
@@ -144,6 +144,10 @@ public void enter(MdgaState state) {
|
|||||||
//app.enter(state);
|
//app.enter(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void next() {
|
||||||
|
app.getGameLogic().selectNext();
|
||||||
|
}
|
||||||
|
|
||||||
public void setSwap(boolean swap) {
|
public void setSwap(boolean swap) {
|
||||||
this.swap = swap;
|
this.swap = swap;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ public void forward() {
|
|||||||
enterSub(SubState.STATISTICS);
|
enterSub(SubState.STATISTICS);
|
||||||
break;
|
break;
|
||||||
case STATISTICS:
|
case STATISTICS:
|
||||||
app.getModelSynchronize().enter(MdgaState.MAIN);
|
app.getModelSynchronize().next();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user