Update to every 5 lines = new level
This commit is contained in:
parent
ed94e946e9
commit
ffa6b07637
|
|
@ -601,7 +601,7 @@
|
|||
linesClearedTotal += rowCount;
|
||||
|
||||
// Level Up Logic: Every 8 rows
|
||||
if (linesClearedTotal % 6 === 0) {
|
||||
if (linesClearedTotal % 5 === 0) {
|
||||
levelUp();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue