mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-20 19:25:21 +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
|
@ -83,6 +83,15 @@
|
|||
android:textSize="24sp"
|
||||
android:fontFamily="sans-serif-light"
|
||||
tools:text="Lines: 0" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/comboText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="24sp"
|
||||
android:fontFamily="sans-serif-light"
|
||||
tools:text="Combo: 0" />
|
||||
</LinearLayout>
|
||||
|
||||
<!-- Next Piece Preview -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue