added timeout for tetris and display points at end of PointsWinScore
This commit is contained in:
@@ -103,6 +103,8 @@ public abstract class Score {
|
||||
return isClosed;
|
||||
}
|
||||
|
||||
public void close() { isClosed = true; }
|
||||
|
||||
protected void onGameEnd() {
|
||||
this.instance.stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user