mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 10:25:19 +01:00
Add combo system that tracks consecutive line clears with next piece
This commit is contained in:
parent
2c7639a861
commit
44c4c73feb
4 changed files with 54 additions and 8 deletions
|
@ -203,6 +203,7 @@ class MainActivity : AppCompatActivity() {
|
|||
binding.scoreText.text = score.toString()
|
||||
binding.currentLevelText.text = level.toString()
|
||||
binding.linesText.text = lines.toString()
|
||||
binding.comboText.text = gameBoard.getCombo().toString()
|
||||
|
||||
// Force redraw of next piece preview
|
||||
binding.nextPieceView.invalidate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue