Now that was quite a difficulty spike for tetris! :D

This commit is contained in:
dukc 2017-12-02 22:26:37 +02:00
parent 29aa9ab6c2
commit 00fb95f375
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class CupWidget : Widget {
protected int _totalRowsDestroyed;
static const int[10] LEVEL_SPEED = [15000000, 10000000, 7000000, 6000000, 5000000, 4000000, 300000, 2000000, 1500000, 1000000];
static const int[10] LEVEL_SPEED = [15000000, 10000000, 7000000, 6000000, 5000000, 4000000, 3000000, 2000000, 1500000, 1000000];
static const int RESERVED_ROWS = 5; // reserved for next figure