Increase 'touch to start' text size for better visibility

This commit is contained in:
cmclark00 2025-03-27 19:19:01 -04:00
parent dcc4cc28d5
commit 4ea4ba7d1b

View file

@ -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