mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 20:35:21 +01:00
Increase 'touch to start' text size for better visibility
This commit is contained in:
parent
dcc4cc28d5
commit
4ea4ba7d1b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class TitleScreen @JvmOverloads constructor(
|
|||
// "Touch to start" text settings
|
||||
promptPaint.apply {
|
||||
color = Color.WHITE
|
||||
textSize = 40f
|
||||
textSize = 50f
|
||||
textAlign = Paint.Align.CENTER
|
||||
typeface = Typeface.create(Typeface.SANS_SERIF, Typeface.NORMAL)
|
||||
isAntiAlias = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue